Commit 76b3c90de1609d10dce500cc25dc1d69cacc1605

Authored by kevin_fourie
1 parent 679afe62

KTS-1773

"Disable the cache under Windows"
Changed config.ini layout in preparation for this.

Reviewed By: Jalaloedien


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6359 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 4 additions and 1 deletions
config/config.ini
... ... @@ -224,8 +224,11 @@ restrictPreferences = false
224 224 ; password_change_interval = 30
225 225  
226 226 [cache]
227   -cacheDirectory = ${varDirectory}/cache
  227 +;
  228 +; enable/disable the cache and set the cache location
  229 +;
228 230 cacheEnabled = true
  231 +cacheDirectory = ${varDirectory}/cache
229 232  
230 233  
231 234 [BaobabSettings]
... ...