Skip to content

Commit

Permalink
Adjust default log filtering block range params (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyodar authored May 29, 2024
1 parent 2c333b3 commit a38fb57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/safeclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
)

const (
BLOCK_CHUNK_SIZE = 2000
BLOCK_MAX_RANGE = 10000
BLOCK_CHUNK_SIZE = 100
BLOCK_MAX_RANGE = 100
LOG_RESUB_INTERVAL = 5 * time.Minute
HEADER_TIMEOUT = 30 * time.Second
)
Expand Down

0 comments on commit a38fb57

Please sign in to comment.