mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
r20978: 300 seconds as interval is ok, when we do nothing
metze (This used to be commit 4d6629c68332985f9122e4591f31ae46250de646)
This commit is contained in:
parent
9142a00cb7
commit
ea57190d25
@ -158,7 +158,7 @@ static void dreplsrv_task_init(struct task_server *task)
|
||||
return;
|
||||
}
|
||||
|
||||
service->periodic.interval = 30; /* in seconds */
|
||||
service->periodic.interval = 300; /* in seconds */
|
||||
|
||||
status = dreplsrv_periodic_schedule(service, service->periodic.interval);
|
||||
if (!W_ERROR_IS_OK(status)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user