X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Ffnet-dc.c;h=b7cccb17fb7b252966e36c3d6bf9853ab01378bf;hb=7d6f5b4e18d56d60419f872f57c0a76c19905620;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)