Skip to content

Commit cf24c5d

Browse files
committed
add internal_check_dummy to default config
1 parent 6a3cf37 commit cf24c5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/mod_gearman_neb.conf.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@ accept_clear_results=no
205205
# Default is 30.
206206
latency_flatten_window=30
207207

208+
# Use internal check_dummy which directly creates a check result instead of
209+
# pushing the command to a worker. Only used if first file in command ends with /check_dummy
210+
# and no shell special characters are used (except quotes)
211+
internal_check_dummy=yes
212+
208213
# Gearman connection timeout(in milliseconds) while submitting jobs to
209214
# gearmand server
210215
# Default is -1(no timeout)

0 commit comments

Comments
 (0)