wip, aio: asyncio strategy (defunct, not fully implemented) and related refactorings.
This commit is contained in:
@ -84,6 +84,9 @@ DEBUG = Setting('DEBUG', formatter=to_bool, default=False)
|
||||
# Profile mode.
|
||||
PROFILE = Setting('PROFILE', formatter=to_bool, default=False)
|
||||
|
||||
# Alpha mode.
|
||||
ALPHA = Setting('ALPHA', formatter=to_bool, default=False)
|
||||
|
||||
# Quiet mode.
|
||||
QUIET = Setting('QUIET', formatter=to_bool, default=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user