mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
* Add consume batching delay * maybe fix * max batch size * more logging * parallelize remove tasks * delete/upsert project/version messages * prepare * more logging * log number of docs * try more targeted, homogenous version change ops * ensure only necessary fields are serialized into typesense * disable index background task * wip: script changes * don't facet by project id * fix * fix clippy * batch by document and dedup loaders * fix test * wip: projects/versions collections * clean up SearchBackend interface * cleanup pass * cleanup pass 2 * standardise fn names * cleanup pass * fix compile * factor out filter rewriting * query perf * put categories into the project doc * wip: search filter AST * doc comment * more AST normalization * (temp) convert search request errors into internal errors * implement unary NOT * tombi fmt * fix tests * revert request error * try increase stack size
7 lines
239 B
TOML
7 lines
239 B
TOML
# Windows has stack overflows when calling from Tauri, so we increase the default stack size used by the compiler
|
|
[target."cfg(windows)"]
|
|
rustflags = ["-C", "link-args=/STACK:16777220"]
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
linker = "rust-lld"
|