Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Satini_pvduc
/
daito-utils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
RESAZIP-PC\resaz
2026-02-24 00:18:08 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
d423947b796a52abf0b0e0a738c31317d201f1fc
d423947b
1 parent
a1bfc0bb
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/DaitoExceptionNotifier/config/daito-exception-notifier.php
src/DaitoExceptionNotifier/config/daito-exception-notifier.php
View file @
d423947
...
...
@@ -5,7 +5,7 @@ return array(
'send_mode'
=>
env
(
'DAITO_EXCEPTION_NOTIFIER_SEND_MODE'
,
'queue'
),
// queue|sync
'card_title'
=>
env
(
'DAITO_EXCEPTION_NOTIFIER_CARD_TITLE'
,
'Exception Alert'
),
'loop_guard_enabled'
=>
env
(
'DAITO_EXCEPTION_NOTIFIER_LOOP_GUARD_ENABLED'
,
true
),
'loop_guard_ttl_seconds'
=>
env
(
'DAITO_EXCEPTION_NOTIFIER_LOOP_GUARD_TTL_SECONDS'
,
3
0
),
'loop_guard_ttl_seconds'
=>
env
(
'DAITO_EXCEPTION_NOTIFIER_LOOP_GUARD_TTL_SECONDS'
,
1
0
),
'loop_guard_use_cache'
=>
env
(
'DAITO_EXCEPTION_NOTIFIER_LOOP_GUARD_USE_CACHE'
,
true
),
'loop_guard_cache_prefix'
=>
env
(
'DAITO_EXCEPTION_NOTIFIER_LOOP_GUARD_CACHE_PREFIX'
,
'daito-exception-notifier:loop'
),
'loop_guard_skip_if_notifier_in_trace'
=>
env
(
'DAITO_EXCEPTION_NOTIFIER_LOOP_GUARD_SKIP_NOTIFIER_TRACE'
,
true
),
...
...
Please
register
or
sign in
to post a comment