Commit 69fac46c8192ef7be1d06ad715f20bc38ca69eec

Authored by kevin_fourie
1 parent ec75d82c

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/trunk@6358 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 4 additions and 1 deletions
config/config.ini
... ... @@ -229,8 +229,11 @@ restrictPreferences = false
229 229 ; password_change_interval = 30
230 230  
231 231 [cache]
232   -cacheDirectory = ${varDirectory}/cache
  232 +;
  233 +; enable/disable the cache and set the cache location
  234 +;
233 235 cacheEnabled = true
  236 +cacheDirectory = ${varDirectory}/cache
234 237  
235 238  
236 239 [BaobabSettings]
... ...