|
|
| Line 52: |
Line 52: |
| user_pref("calendar.wcap.log_file", "''c:\\system\\path\\to\\log\\file''"); // Windows | | user_pref("calendar.wcap.log_file", "''c:\\system\\path\\to\\log\\file''"); // Windows |
| user_pref("calendar.wcap.log_file_append", true); // whether log should be appended, default is false (truncate) | | user_pref("calendar.wcap.log_file_append", true); // whether log should be appended, default is false (truncate) |
|
| |
| <!-- currently not working
| |
| =='''EXPERIMENTAL''' Local Caching==
| |
| You have two options for caching:
| |
| *in-memory → <code>memory</code>
| |
| *persistent on hard disc → <code>storage</code>
| |
| using the following preference.
| |
| ''By default, local caching is currently turned ''off'', because of performance problems using the storage provider'':
| |
| user_pref("calendar.wcap.cache", "''[off|memory|storage]''");
| |
|
| |
| For <code>storage</code> caching, all the caching data is stored by default in the following directory:
| |
| ''profile-dir''/wcap
| |
| You can use a different directory by setting:
| |
| user_pref("calendar.wcap.cache_dir", "''/system/path/to/data/directory''");
| |
| '''If you feel the need to flush/renew your local calendar cache, just delete that directory. All data will be refreshed on next startup.'''
| |
| -->
| |
|
| |
|
| ==Trouble Shooting== | | ==Trouble Shooting== |