mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-27 19:37:09 +02:00
Update docs; kill time-limiter when we queue.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user