mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
Better default multiplier.
This commit is contained in:
parent
52e0f29dbd
commit
e6fbf5e2ff
@ -542,7 +542,7 @@ BEGIN
|
||||
IF rrule.freq = 'DAILY' THEN
|
||||
loopmax := max_count * 20;
|
||||
ELSIF rrule.freq = 'WEEKLY' THEN
|
||||
loopmax := max_count * 3;
|
||||
loopmax := max_count * 10;
|
||||
ELSE
|
||||
loopmax := max_count;
|
||||
END IF;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user