From 48276ceb9996330efbe7b8f1ad6ddc78eaea69df Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Wed, 13 Nov 2013 14:19:35 +0000 Subject: [PATCH] Better proteocache configuration for tests with real Jpred --- conf/Proteocache.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/Proteocache.properties b/conf/Proteocache.properties index 8a98d4f..ae10be4 100644 --- a/conf/Proteocache.properties +++ b/conf/Proteocache.properties @@ -8,9 +8,9 @@ cassandra.newtables.update=false ################################################################################# # Jpred sources # real Jpred web-server -cassandra.jpred.web.update=false +cassandra.jpred.web.update=true cassandra.jpred.web.inidelay=0 -cassandra.jpred.web.updaterate=200 +cassandra.jpred.web.updaterate=30 # update time period (in days) # by defauls for 100 past days -- 1.7.10.2