X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Ffnet-dc.c;h=b7cccb17fb7b252966e36c3d6bf9853ab01378bf;hb=5dee314c9cfa99e9211d6ace429fe5a89a51dfe3;hp=1d0b0f54881e9d1c9e39e1d24dcfdc6187d970fe;hpb=d93b5c2fe635cce06ba12dec0eef4a47b7bf48b7;p=doldaconnect.git diff --git a/daemon/fnet-dc.c b/daemon/fnet-dc.c index 1d0b0f5..b7cccb1 100644 --- a/daemon/fnet-dc.c +++ b/daemon/fnet-dc.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include @@ -3531,7 +3530,7 @@ static void updatelists(int now) if(!now) { if(listwritetimer == NULL) - listwritetimer = timercallback(ntime() + 300, listtimercb, NULL); + listwritetimer = timercallback(ntime() + confgetint("cli", "hashwritedelay"), listtimercb, NULL); return; } if(listwritetimer != NULL)