1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-04-03 20:32:10 -04:00

Increase maxRetries in CI conf

This commit is contained in:
Zed
2026-03-21 20:28:41 +01:00
parent 3429667414
commit 741060c78b

View File

@@ -128,6 +128,7 @@ jobs:
run: | run: |
cp nitter.example.conf nitter.conf cp nitter.example.conf nitter.conf
sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf sed -i 's/enableDebug = false/enableDebug = true/g' nitter.conf
sed -i 's/maxRetries = 1/maxRetries = 3/g' nitter.conf
# Run both Nimble tasks concurrently # Run both Nimble tasks concurrently
nim r tools/rendermd.nim & nim r tools/rendermd.nim &