mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
comment review
This commit is contained in:
@@ -55,8 +55,11 @@ class Spawner(LoggingConfigurable):
|
||||
will_resume = Bool(False,
|
||||
help="""Whether the Spawner will resume on next start
|
||||
|
||||
If a Spawner will resume instead of starting anew (e.g. resuming a Docker container),
|
||||
API tokens in use when the Spawner stops will not be deleted.
|
||||
|
||||
Default is False where each launch of the Spawner will be a new instance.
|
||||
If True, an existing Spawner will resume instead of starting anew
|
||||
(e.g. resuming a Docker container),
|
||||
and API tokens in use when the Spawner stops will not be deleted.
|
||||
"""
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user