diff options
Diffstat (limited to 'src/leap/baseapp/constants.py')
-rw-r--r-- | src/leap/baseapp/constants.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/leap/baseapp/constants.py b/src/leap/baseapp/constants.py new file mode 100644 index 00000000..e312be21 --- /dev/null +++ b/src/leap/baseapp/constants.py @@ -0,0 +1,6 @@ +# This timer used for polling vpn manager state. + +# XXX what is an optimum polling interval? +# too little will be overkill, too much will +# miss transition states. +TIMER_MILLISECONDS = 250.0 |