Skip to content

Commit

Permalink
Updated Config
Browse files Browse the repository at this point in the history
  • Loading branch information
super3 committed Jul 28, 2015
1 parent a1ee8a6 commit 2184066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dataserv/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SQLALCHEMY_DATABASE_URI = "sqlite:///dataserv.db" # path to database
ONLINE_TIME = 15 # minutes
SQLALCHEMY_DATABASE_URI = "sqlite:///dataserv.db"

DATA_DIR = 'data/'
BYTE_SIZE = 10*1024*1024 # 10 MB
BYTE_FARMER_MAX = 30*1024*1024 # 30 MB
BYTE_SIZE = 1024*1024*128 # 128 MB
BYTE_FARMER_MAX = 1024*1024*1024 # 1 GB

0 comments on commit 2184066

Please sign in to comment.