Default value of graceful_shutdown_timeout is set to 60sec

Change-Id: If054313f8866eb033fc29e4073ed8cfd6aff71d2
This commit is contained in:
Marian Horban 2015-11-10 09:15:08 -05:00
parent b032e8bebf
commit 1b136ad4c6

View File

@ -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.'),
]