mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 22:18:09 +01:00
mock football data if no key (#37)
This commit is contained in:
committed by
GitHub
parent
7bb6688797
commit
5a3bfbd848
@@ -3,7 +3,7 @@ import NavBar from "../components/NavBar";
|
||||
import ChatWindow from "../components/ChatWindow";
|
||||
import { apiService } from "../services/api";
|
||||
|
||||
const POLL_INTERVAL = 500; // 0.5 seconds
|
||||
const POLL_INTERVAL = 600; // 0.6 seconds
|
||||
const INITIAL_ERROR_STATE = { visible: false, message: '' };
|
||||
const DEBOUNCE_DELAY = 300; // 300ms debounce for user input
|
||||
|
||||
|
||||
Reference in New Issue
Block a user