Commit 18f27b18fe022a85121724c88f8e6acd01139ff9
Committed by
Andrew Shvayka
1 parent
c08e2ada
remote js-executor: adjusted default values
Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -59,7 +59,7 @@ logger: |
59 | 59 | |
60 | 60 | script: |
61 | 61 | use_sandbox: "true" |
62 | - script_body_trace_frequency: "1000000" | |
62 | + script_body_trace_frequency: "1000" | |
63 | 63 | max_active_scripts: "1000" |
64 | 64 | slow_query_log_ms: "1.000000" #millis |
65 | - slow_query_log_body: "true" | |
65 | + slow_query_log_body: "false" | ... | ... |