forked from official-stockfish/fishtest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split the convoluted "flush_buffers" into three scheduled tasks
flush_buffers: syncs oldest cache entry (period: 1s) clean_cache: evicts old cache entries (period: 60s) scavenge_dead_tasks: (period: 60s). This PR should also fix the deadlock official-stockfish#2041.
- Loading branch information
1 parent
d90610c
commit 02bfad2
Showing
1 changed file
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters