mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
docs: update with new import cfg options
This commit is contained in:
parent
c14df8c2fb
commit
110afab9b0
1 changed files with 4 additions and 0 deletions
|
|
@ -66,3 +66,7 @@ Koito is configured using **environment variables**. This is the full list of co
|
|||
##### KOITO_THROTTLE_IMPORTS_MS
|
||||
- Default: `0`
|
||||
- Description: The amount of time to wait, in milliseconds, between listen imports. Can help when running Koito on low-powered machines.
|
||||
##### KOITO_IMPORT_BEFORE_UNIX
|
||||
- Description: A unix timestamp. If an imported listen has a timestamp after this, it will be discarded.
|
||||
##### KOITO_IMPORT_AFTER_UNIX
|
||||
- Description: A unix timestamp. If an imported listen has a timestamp before this, it will be discarded.
|
||||
Loading…
Add table
Add a link
Reference in a new issue