Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benclive committed Jul 17, 2024
1 parent 91e905f commit 4ff9b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/ksonnet/loki/query-scheduler.libsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local k = import 'ksonnet-util/kausal.libsonnet';
local loki = import 'github.com/grafana/loki/production/ksonnet/loki/loki.libsonnet';
local k = import 'ksonnet-util/kausal.libsonnet';

{
local max_outstanding = if $._config.queryFrontend.sharded_queries_enabled then 1024 else 256,
Expand Down

0 comments on commit 4ff9b6b

Please sign in to comment.