Cleanup for stow ---STOW
[dotfiles/.git] / .local / lib / python2.7 / site-packages / trollius / constants.py
diff --git a/.local/lib/python2.7/site-packages/trollius/constants.py b/.local/lib/python2.7/site-packages/trollius/constants.py
new file mode 100644 (file)
index 0000000..f9e1232
--- /dev/null
@@ -0,0 +1,7 @@
+"""Constants."""
+
+# After the connection is lost, log warnings after this many write()s.
+LOG_THRESHOLD_FOR_CONNLOST_WRITES = 5
+
+# Seconds to wait before retrying accept().
+ACCEPT_RETRY_DELAY = 1