Skip to content

Commit 92284e4

Browse files
authored
feat(sentryapps): change timeout to 3 from 5 (#54645)
Lowering timeout to 3 seconds for sentry apps.
1 parent de8f0b3 commit 92284e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/options/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@
14261426
# Sets the timeout for webhooks
14271427
register(
14281428
"sentry-apps.webhook.timeout.sec",
1429-
default=5.0,
1429+
default=3.0,
14301430
flags=FLAG_AUTOMATOR_MODIFIABLE,
14311431
)
14321432

0 commit comments

Comments
 (0)