mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Make wording better
This commit is contained in:
parent
5c8eedcf3e
commit
eac0042f37
|
@ -70,7 +70,8 @@ server_settings:
|
||||||
# Setting this to 0 disables the limiter
|
# Setting this to 0 disables the limiter
|
||||||
max_mebibytes_per_hour: 0
|
max_mebibytes_per_hour: 0
|
||||||
# Number of threads for Netty worker pool
|
# Number of threads for Netty worker pool
|
||||||
# Don't touch this if you know what you're doing
|
# Don't touch this if you don't have elevated
|
||||||
|
# load levels or are hitting <100 rqps
|
||||||
# 0 defaults to (2 * your available processors)
|
# 0 defaults to (2 * your available processors)
|
||||||
# https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Runtime.html#availableProcessors()
|
# https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Runtime.html#availableProcessors()
|
||||||
threads: 0
|
threads: 0
|
||||||
|
|
Loading…
Reference in a new issue