From 110afab9b04e9ab4fac65b993c3e978d00449b90 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Fri, 13 Jun 2025 05:39:42 -0400 Subject: [PATCH] docs: update with new import cfg options --- docs/src/content/docs/reference/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/content/docs/reference/configuration.md b/docs/src/content/docs/reference/configuration.md index 2a960e1..507f483 100644 --- a/docs/src/content/docs/reference/configuration.md +++ b/docs/src/content/docs/reference/configuration.md @@ -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. \ No newline at end of file