Commit 1b4a6c1
committed
docs: replace removed updateAttributesInterval with current sync behavior
The updateAttributesInterval occ config key was removed in NC20 via
the RemoveRefreshTime migration (nextcloud/server#22583). The background
sync interval is now auto-calculated in Jobs/Sync.php based on the number
of mapped users and the minimum paging size, clamped to 30 min–12 h,
targeting one full sync per day.
Replace the stale "Attribute update interval" section (which still
referenced the removed occ command) with an accurate description of
the current auto-calculated behavior.
Fixes #11088
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>1 parent fdf5de2 commit 1b4a6c1
1 file changed
Lines changed: 9 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
648 | | - | |
649 | | - | |
| 648 | + | |
| 649 | + | |
650 | 650 | | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
655 | 654 | | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
668 | 659 | | |
669 | 660 | | |
670 | 661 | | |
| |||
0 commit comments