Skip to content

Commit

Permalink
changed online time and authentication timeout defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
F483 committed Sep 1, 2015
1 parent a87279a commit d219671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataserv/config.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MAX_PING = 15 # seconds
ONLINE_TIME = 15 # minutes
ONLINE_TIME = 5 # minutes
SQLALCHEMY_DATABASE_URI = "sqlite:///dataserv.db"

DATA_DIR = 'data/'
BYTE_SIZE = 1024*1024*128 # 128 MB
HEIGHT_LIMIT = 200000 # around 25 TB

ADDRESS = "16ZcxFDdkVJR1P8GMNmWFyhS4EKrRMsWNG" # unique per server address
AUTHENTICATION_TIMEOUT = 10 # seconds
AUTHENTICATION_TIMEOUT = 15 # seconds
SKIP_AUTHENTICATION = False # only for testing

0 comments on commit d219671

Please sign in to comment.