Skip to content

Commit

Permalink
Issue 5544 - Increase default task TTL
Browse files Browse the repository at this point in the history
Description:  Increase the Time To Live of tasks from 1 hour to 12 hours

relates: #5544

Reviewed by: progier(Thanks!)
  • Loading branch information
mreynolds389 committed Nov 28, 2022
1 parent f69ba1b commit 124dd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldap/servers/slapd/task.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static uint64_t shutting_down = 0;
#define TASK_DATE_NAME "nsTaskCreated"
#define TASK_WARNING_NAME "nsTaskWarning"

#define DEFAULT_TTL "3600" /* seconds */
#define DEFAULT_TTL "43200" /* 12 hours in seconds */
#define TASK_SYSCONFIG_FILE_ATTR "sysconfigfile" /* sysconfig reload task file attr */
#define TASK_SYSCONFIG_LOGCHANGES_ATTR "logchanges"
#define TASK_TOMBSTONE_FIXUP "fixup tombstones task"
Expand Down

0 comments on commit 124dd4d

Please sign in to comment.