hippofish/packages/backend
s1idewhist1e fa63f01ffa
Change cluster_limit in config to an Option<usize>
This was originally a u16 (defaulting to 1) which is more similar to what the old backend config parsing used, but now if it's None tokio can automatically detect the number of worker threads to use based on the number of CPUs.
2023-05-15 16:56:24 -07:00
..
.idea Create move type 2022-11-23 21:49:52 +01:00
.vim Remove ts from backend and prepare rust environment 2023-04-29 23:10:20 -07:00
.vscode Update settings.json 2022-04-15 21:33:00 +09:00
assets docs: 📝 custom assets 2023-02-11 13:16:45 -08:00
crates Change cluster_limit in config to an Option<usize> 2023-05-15 16:56:24 -07:00
migration chore: formatting 2023-04-07 22:46:10 -07:00
nsfw-model feat: auto nsfw detection (#8840) 2022-07-07 21:06:37 +09:00
src add default values 2023-05-14 03:30:10 -04:00
.editorconfig add backend .editorconfig that complies with the rust style guide 2023-05-03 18:26:52 -07:00
.gitignore more config initialization 2023-05-09 22:06:08 -07:00
Cargo.lock some boilerplate server/tokio runtime stuff 2023-05-13 23:25:50 -07:00
Cargo.toml use thiserror for impl Error and Display 2023-05-14 03:29:05 -04:00
check_connect.js formatting 2023-04-06 18:56:46 -07:00
package.json Move config to its own crate + fix config parsing 2023-05-08 22:42:34 -07:00
rust-toolchain.toml change rust-toolchain file to rust-toolchain.toml 2023-05-08 09:24:53 -07:00