Skip to content

Commit 89cc9f6

Browse files
authored
fix: set sync_threshold and discard_threshold (supabase#599)
Sets these such that Supavisor will drop logs instead of going into sync mode.
1 parent 211c79f commit 89cc9f6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.4
1+
2.3.5

config/prod.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import Config
1414
# Do not print debug messages in production
1515
config :logger,
1616
level: :info,
17+
sync_threshold: 10_000,
18+
discard_threshold: 10_000,
1719
compile_time_purge_matching: [
1820
[level_lower_than: :info]
1921
]

0 commit comments

Comments
 (0)