fix zero maxlimit for non-limit specifying filters

This commit is contained in:
2024-10-27 17:28:35 +00:00
parent 7ccf4b369b
commit ddfe41d864
2 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ import (
eventstore "realy.lol/store"
)
const DefaultMaxLimit = 512
type T struct {
Ctx context.T
WG *sync.WaitGroup