-
Notifications
You must be signed in to change notification settings - Fork 54
Advanced configurations
John Bieling edited this page Jan 26, 2018
·
16 revisions
extensions.tbsync.eas.synclimit
Defines how many old events should be synced from the server to Thunderbird. The following integer values are allowed:
- 0 (all)
- 4 (2 weeks)
- 5 (1 month)
- 6 (3 month)
- 7 (6 month)
Default: 7
extensions.tbsync.eas.timeout
Defines the maximum time to wait for an answer from the server in milliseconds. If that timeout is reached, sync stops with an timeout error.
Default: 90000