Fixed exception that occured in some cases when removing nodes.
[straw.git] / straw / NetworkConstants.py
blob2fc19065a6d07d0c46318f1e09c69a00bd279856
1 PRIORITY_IMAGE = 1
2 PRIORITY_RSS = 2
3 PRIORITY_DEFAULT = 2^32
5 MAX_CONNECTIONS = 40
6 POLL_INTERVAL = 10
7 POLL_TIMEOUT = 0.05
9 MAX_DOWNLOAD_SIZE = 2**20
10 MAX_DOWNLOAD_TIME = 1000