Update docs; kill time-limiter when we queue.

This commit is contained in:
Dianne Skoll
2024-06-04 11:51:27 -04:00
parent d164d72c1c
commit 3e9eeea8dc
9 changed files with 102 additions and 16 deletions
+3
View File
@@ -313,6 +313,9 @@ void HandleQueuedReminders(void)
/* Disable any potential pending SIGALRMs */
alarm(0);
/* Un-limit execution time */
unlimit_execution_time();
/* Turn off sorting -- otherwise, TriggerReminder has no effect! */
SortByDate = 0;