PROT-4 fixed remover
[proteocache.git] / conf / Proteocache.properties
index 1f1c5cf..ae10be4 100644 (file)
@@ -3,7 +3,26 @@
 # test server is 10.0.115.190
 cassandra.host=localhost
 
+cassandra.newtables.update=false
+
 #################################################################################
 # Jpred sources
-cassandra.jpred.web=true
-cassandra.jpred.local=false
\ No newline at end of file
+# real Jpred web-server
+cassandra.jpred.web.update=true
+cassandra.jpred.web.inidelay=0
+cassandra.jpred.web.updaterate=30
+
+# update time period (in days)
+# by defauls for 100 past days
+cassandra.jpred.web.period=5
+
+
+#################################################################################
+# local test job source
+cassandra.jpred.local.update=false
+cassandra.jpred.local.inidelay=10
+cassandra.jpred.local.updaterate=200
+
+# update time period (in days)
+# by defauls for 100 past days
+cassandra.jpred.local.period=300