From 5e8398c7a2033e92c18cc8db4424347640edc3ba Mon Sep 17 00:00:00 2001 From: Chris Wilper Date: Thu, 26 Feb 2009 18:02:22 +0000 Subject: [PATCH] clarified that the default cache dir value needs to be changed for non-testing use. --- src/config/proai.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/proai.properties b/src/config/proai.properties index 3ff923e..ee64538 100644 --- a/src/config/proai.properties +++ b/src/config/proai.properties @@ -89,7 +89,9 @@ proai.validateUpdates = true ########################## # The directory where cache files should be stored. This will be created -# if it doesn't exist. +# if it doesn't exist. IMPORTANT: You should change this from /tmp to +# a permanent directory of your choosing. The default value here is +# just used for testing. # proai.cacheBaseDir = /tmp/proai/cache