Default value of graceful_shutdown_timeout is set to 60sec
Change-Id: If054313f8866eb033fc29e4073ed8cfd6aff71d2
This commit is contained in:
parent
b032e8bebf
commit
1b136ad4c6
@ -40,7 +40,7 @@ service_opts = [
|
||||
help='Enables or disables logging values of all registered '
|
||||
'options when starting a service (at DEBUG level).'),
|
||||
cfg.IntOpt('graceful_shutdown_timeout',
|
||||
default=0,
|
||||
default=60,
|
||||
help='Specify a timeout after which a gracefully shutdown '
|
||||
'server will exit. Zero value means endless wait.'),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user