Skip to content

Commit

Permalink
Reduce loki line limit to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
EAliakbar authored Dec 14, 2022
1 parent 40aa2c2 commit 941c5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function follow (opts) {
const res = await loki({
url: '/loki/api/v1/query_range',
params: {
limit: 5000,
limit: 1000,
direction: 'forward',
query,
start: after,
Expand Down

0 comments on commit 941c5a8

Please sign in to comment.