task group naming logic changed

This commit is contained in:
2022-03-30 12:37:32 +02:00
parent 153127e028
commit 82e6ca7b1a
3 changed files with 32 additions and 23 deletions

View File

@ -25,8 +25,6 @@ PACKAGE_NAME = 'asyncio_taskpool'
DEFAULT_TASK_GROUP = 'default'
DATETIME_FORMAT = '%Y-%m-%d_%H-%M-%S'
SESSION_MSG_BYTES = 1024 * 100
STREAM_WRITER = 'stream_writer'