Skip to content

Commit

Permalink
Shrink buffer for unprocessed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlinsley committed Oct 4, 2024
1 parent 6a2cb56 commit 4045b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type GrantLogsEncryptionKey struct {
Plaintext string `json:"plaintext"`
}

const LogStreamBufferLen = 500
const LogStreamBufferLen = 10

type ParsedLogStreamItem struct {
Identifier config.ServerIdentifier
Expand Down

0 comments on commit 4045b50

Please sign in to comment.