This commit is contained in:
2024-11-18 16:28:45 +02:00
parent f0452ff9f7
commit 825c7e3391
34 changed files with 624 additions and 426 deletions

16
debug.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/sh
set -eu
# Max response size 10MiB
MAX_RESPONSE_SIZE=10485760 \
LOG_LEVEL=debug \
ROOT_PATH=./snaps \
RESPONSE_TIMEOUT=10 \
NUM_OF_WORKERS=1 \
WORKER_BATCH_SIZE=1 \
PG_DATABASE=gemini \
PG_HOST=127.0.0.1 \
PG_PORT=5433 \
PG_USER=gemini \
PG_PASSWORD=gemini \
dlv debug