Commit fa94dc27b35b1f471d59ac77089b786dee47c322
1 parent
f23b3f07
Merged in from trunk...
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/branches/3.3.3-Release-Branch@6360 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,8 +224,11 @@ restrictPreferences = false | ||
| 224 | ; password_change_interval = 30 | 224 | ; password_change_interval = 30 |
| 225 | 225 | ||
| 226 | [cache] | 226 | [cache] |
| 227 | -cacheDirectory = ${varDirectory}/cache | 227 | +; |
| 228 | +; enable/disable the cache and set the cache location | ||
| 229 | +; | ||
| 228 | cacheEnabled = true | 230 | cacheEnabled = true |
| 231 | +cacheDirectory = ${varDirectory}/cache | ||
| 229 | 232 | ||
| 230 | 233 | ||
| 231 | [BaobabSettings] | 234 | [BaobabSettings] |