fix: non-blocking replication/disttxn timeouts, OTLP epoch time, test paths, compiler warnings

This commit is contained in:
2026-05-07 15:41:33 +03:00
parent d3b38251c3
commit c8633b9589
7 changed files with 87 additions and 62 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ task build_release, "Build release version":
exec "nim c -d:ssl -d:release --opt:speed -o:build/baradadb src/baradadb.nim"
task test, "Run all tests":
exec "nim c -d:ssl -r tests/test_all.nim"
exec "nim c --path:src -d:ssl -r tests/test_all.nim"
task bench, "Run benchmarks":
exec "nim c -d:ssl -d:release -r benchmarks/bench_storage.nim"
exec "nim c --path:src -d:ssl -d:release -r benchmarks/bench_storage.nim"