constants.py 193 Bytes
Newer Older
1
2
3
4
"""Define all the constants used by DGL rpc"""

# Maximum size of message queue in bytes
MAX_QUEUE_SIZE = 20*1024*1024*1024
5
6
7

SERVER_EXIT = "server_exit"
SERVER_KEEP_ALIVE = "server_keep_alive"