1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

feat: retries to fetch more logs if no logs are fetched when scrolling up (#3230)

This commit is contained in:
Amir Raminfar
2024-08-26 06:23:11 -07:00
committed by GitHub
parent 36f3308e1d
commit afcb80938e
6 changed files with 84 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ fake_assets:
.PHONY: test
test: fake_assets generate
go test -cover -race -count 1 -timeout 20s ./...
go test -cover -race -count 1 -timeout 40s ./...
.PHONY: build
build: dist generate