X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Ffnet-dc.c;h=7cbb32ea45a8d370b0900d574ccae2f15cd376f3;hb=e2d498ab79e7211521ef80608803a8f2a8d4111c;hp=1d0b0f54881e9d1c9e39e1d24dcfdc6187d970fe;hpb=d93b5c2fe635cce06ba12dec0eef4a47b7bf48b7;p=doldaconnect.git diff --git a/daemon/fnet-dc.c b/daemon/fnet-dc.c index 1d0b0f5..7cbb32e 100644 --- a/daemon/fnet-dc.c +++ b/daemon/fnet-dc.c @@ -3531,7 +3531,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)