Skip to content

Commit

Permalink
squash. Added property to schema definition - graceful_shutdown_timeo…
Browse files Browse the repository at this point in the history
…ut_in_seconds.
  • Loading branch information
korydraughn committed Oct 5, 2024
1 parent 58d99b8 commit 48cb19a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/configuration/v4/server_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"ips_data_directory": {"type": "string"},
"stacktrace_directory": {"type": "string"},
"json_schema_file": {"type": "string"},
"graceful_shutdown_timeout_in_seconds": {
"type": "integer",
"minimum": 0,
"default": 0
},

"advanced_settings": {
"type": "object",
Expand Down Expand Up @@ -263,6 +268,7 @@
"ips_data_directory",
"stacktrace_directory",
"json_schema_file",
"graceful_shutdown_timeout_in_seconds",
"advanced_settings",
"catalog_provider_hosts",
"catalog_service_role",
Expand Down

0 comments on commit 48cb19a

Please sign in to comment.