This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
helios
Watch
1
Star
0
Fork
You've already forked helios
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
lume
helios
/
execution
/
src
/
constants.rs
2 lines
49 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
refactor: promote constant; switch to list chunking (#107) * promote constant; switch to list chunking * cargo fmt Co-authored-by: Noah Citron <noah@jeff.org>
2022-11-12 00:45:08 +00:00
pub
const
PARALLEL_QUERY_BATCH_SIZE
:
usize
=
20
;