svn commit: samba r20978 - in branches/SAMBA_4_0/source/dsdb/repl: .

metze at samba.org metze at samba.org
Tue Jan 23 16:23:29 GMT 2007


Author: metze
Date: 2007-01-23 16:23:28 +0000 (Tue, 23 Jan 2007)
New Revision: 20978

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20978

Log:
300 seconds as interval is ok, when we do nothing

metze
Modified:
   branches/SAMBA_4_0/source/dsdb/repl/drepl_service.c


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/repl/drepl_service.c
===================================================================
--- branches/SAMBA_4_0/source/dsdb/repl/drepl_service.c	2007-01-23 16:22:27 UTC (rev 20977)
+++ branches/SAMBA_4_0/source/dsdb/repl/drepl_service.c	2007-01-23 16:23:28 UTC (rev 20978)
@@ -158,7 +158,7 @@
 		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)) {



More information about the samba-cvs mailing list