mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
comment new property
This commit is contained in:
parent
4637d4eb3f
commit
b219ca29c5
4 changed files with 12 additions and 12 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue