]> git.ipfire.org Git - people/jschlag/network.git/commit
lock: Decrease the number of iterations per second
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Jan 2016 18:37:10 +0000 (19:37 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Jan 2016 18:37:10 +0000 (19:37 +0100)
commitb9e3f4a245e32e58f8ca674f4145cad1ef7ef198
tree935ab96376a290cbee5170047eac3b6703c991b0
parentf5ee091e42b31c7c519355e9af30b049e3e4bda0
lock: Decrease the number of iterations per second

There have been reports about that this locking mechanism
wasn't too stable on their machines which can totally be
the case judging by the design of it.

However there is no other easy way to implement this any
better without any native C helper which I would like to
avoid at this moment.

So I decreased the amount of ticks which should make
any processes running at the same time less likely to
collide.

Fixes #10979

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.lock