X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=conf%2FProteocache.properties;h=35cfe56d9f041016d3a57f556ddc7192e1889c95;hb=c4aca39f2d4a49b34e7e0b564450d100f442f3bf;hp=1f1c5cf5bf3fa55427180736a7b5823051626725;hpb=53e189c6ddaf7833fd8d8d7a51606d3e020e2eaf;p=proteocache.git diff --git a/conf/Proteocache.properties b/conf/Proteocache.properties index 1f1c5cf..35cfe56 100644 --- a/conf/Proteocache.properties +++ b/conf/Proteocache.properties @@ -5,5 +5,22 @@ cassandra.host=localhost ################################################################################# # 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=200 + +# 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