share_debug_info is settable
This commit is contained in:
parent
e32aa928ac
commit
beeaec986a
1 changed files with 2 additions and 1 deletions
|
@ -491,7 +491,8 @@ class Daemon(AuthJSONRPCServer):
|
|||
'max_download': float,
|
||||
'download_timeout': int,
|
||||
'search_timeout': float,
|
||||
'cache_time': int
|
||||
'cache_time': int,
|
||||
'share_debug_info': bool,
|
||||
}
|
||||
|
||||
def can_update_key(settings, key, setting_type):
|
||||
|
|
Loading…
Reference in a new issue