From 5010d4e5a0c5c9ef9a68a21b9b30daeef16eaabc Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Fri, 22 Nov 2013 11:27:37 +0000 Subject: [PATCH] Switch off archiving by default --- conf/Proteocache.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/Proteocache.properties b/conf/Proteocache.properties index d52f487..a376e8c 100644 --- a/conf/Proteocache.properties +++ b/conf/Proteocache.properties @@ -30,6 +30,6 @@ cassandra.jpred.local.period=300 ################################################################################# # archive features -archive.enable=true +archive.enable=false archive.path = /home/asherstnev/Projects/Java.projects/proteocache/archive -archive.web.dir=results \ No newline at end of file +archive.web.dir=results -- 1.7.10.2