From f8cbf390afa873386bc85ba4c99ff1fd2c115d1e Mon Sep 17 00:00:00 2001 From: David Hankins Date: Thu, 28 Feb 2008 23:40:45 +0000 Subject: - There is now a default 1/4 of a second scheduled delay between delayed fsync()'s, it can be configured by the max-ack-delay configuration parameter. [ISC-Bugs #17679] --- server/db.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/db.c') diff --git a/server/db.c b/server/db.c index e2af0a28..563a261c 100644 --- a/server/db.c +++ b/server/db.c @@ -1059,8 +1059,8 @@ int commit_leases () log_info ("commit_leases: unable to commit: %m"); return 0; } - - /* send out all deferred ACKs now*/ + + /* send out all deferred ACKs now */ flush_ackqueue(NULL); /* If we haven't rewritten the lease database in over an -- cgit v1.2.1