From 856cc84208a37beb551b6b094934a88446a0a2f0 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 5 Jul 2025 01:02:53 +0000 Subject: [PATCH] add fetch interval configuration --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index c03549d..006237e 100644 --- a/.env.example +++ b/.env.example @@ -5,4 +5,5 @@ ONLY_LOCAL_REPLIES="true" # reply to only users locally on your instance OLLAMA_URL="http://localhost:11434" # OLLAMA connection URL OLLAMA_SYSTEM_PROMPT="" # system prompt - used to help tune the responses from the AI OLLAMA_MODEL="" # Ollama model for responses e.g dolphin-mistral:latest +FETCH_INTERVAL="" # interval for fetching new notifications from the instance, in milliseconds, recommend at least 15000 INSTANCE_BEARER_TOKEN="" # instance auth/bearer token (check the "verify_credentials" endpoint request headers in Chrome DevTools if on Soapbox) \ No newline at end of file