From b219ca29c5038e7391612ddebdd667b940f03e95 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Fri, 30 May 2025 12:22:33 -0400 Subject: [PATCH] comment new property --- .config/ci.yml | 6 +++--- .config/cypress-devcontainer.yml | 6 +++--- .config/docker_example.yml | 6 +++--- .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.