Skip to content

Commit

Permalink
admit more concurrent requests
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Feb 12, 2025
1 parent ab7b32a commit ab72917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tablebases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl Tablebases {
standard: SyzygyTablebase::with_filesystem(Arc::clone(&fs)),
atomic: SyzygyTablebase::with_filesystem(Arc::clone(&fs)),
antichess: SyzygyTablebase::with_filesystem(fs),
semaphore: Semaphore::new(128),
semaphore: Semaphore::new(256),
}
}

Expand Down

0 comments on commit ab72917

Please sign in to comment.