diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-30 12:22:33 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-30 12:29:07 -0400 |
| commit | b219ca29c5038e7391612ddebdd667b940f03e95 (patch) | |
| tree | c4a2064e316f5f9a74ef8a22387c53164dbe29aa | |
| parent | clarify query truncation message (diff) | |
| download | sharkey-b219ca29c5038e7391612ddebdd667b940f03e95.tar.gz sharkey-b219ca29c5038e7391612ddebdd667b940f03e95.tar.bz2 sharkey-b219ca29c5038e7391612ddebdd667b940f03e95.zip | |
comment new property
| -rw-r--r-- | .config/ci.yml | 6 | ||||
| -rw-r--r-- | .config/cypress-devcontainer.yml | 6 | ||||
| -rw-r--r-- | .config/docker_example.yml | 6 | ||||
| -rw-r--r-- | .config/example.yml | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/.config/ci.yml b/.config/ci.yml index a1c8c23b44..5fcf78b737 100644 --- a/.config/ci.yml +++ b/.config/ci.yml @@ -115,9 +115,9 @@ db: user: postgres pass: ci - # Log a warning to the server console if any query takes longer than this to complete. - # Measured in milliseconds; set to 0 to disable. (default: 300) - slowQueryThreshold: 300 + ## Log a warning to the server console if any query takes longer than this to complete. + ## Measured in milliseconds; set to 0 to disable. (default: 300) + #slowQueryThreshold: 300 # If false, then query results will be cached in redis. # If true (default), then queries will not be cached. diff --git a/.config/cypress-devcontainer.yml b/.config/cypress-devcontainer.yml index 97f78f3ccc..97263da68f 100644 --- a/.config/cypress-devcontainer.yml +++ b/.config/cypress-devcontainer.yml @@ -57,9 +57,9 @@ db: user: postgres pass: postgres - # Log a warning to the server console if any query takes longer than this to complete. - # Measured in milliseconds; set to 0 to disable. (default: 300) - slowQueryThreshold: 300 + ## Log a warning to the server console if any query takes longer than this to complete. + ## Measured in milliseconds; set to 0 to disable. (default: 300) + #slowQueryThreshold: 300 # If false, then query results will be cached in redis. # If true (default), then queries will not be cached. diff --git a/.config/docker_example.yml b/.config/docker_example.yml index 051526024e..3aaa56e333 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -118,9 +118,9 @@ db: user: example-misskey-user pass: example-misskey-pass - # Log a warning to the server console if any query takes longer than this to complete. - # Measured in milliseconds; set to 0 to disable. (default: 300) - slowQueryThreshold: 300 + ## Log a warning to the server console if any query takes longer than this to complete. + ## Measured in milliseconds; set to 0 to disable. (default: 300) + #slowQueryThreshold: 300 # If false, then query results will be cached in redis. # If true (default), then queries will not be cached. diff --git a/.config/example.yml b/.config/example.yml index 7d9b6ceda6..8cac42c050 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -121,9 +121,9 @@ db: user: sharkey pass: example-misskey-pass - # Log a warning to the server console if any query takes longer than this to complete. - # Measured in milliseconds; set to 0 to disable. (default: 300) - slowQueryThreshold: 300 + ## Log a warning to the server console if any query takes longer than this to complete. + ## Measured in milliseconds; set to 0 to disable. (default: 300) + #slowQueryThreshold: 300 # If false, then query results will be cached in redis. # If true (default), then queries will not be cached. |