mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
make dxcluster refresh time configurable
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
// CONFIGURATION & CONSTANTS
|
||||
// ========================================
|
||||
|
||||
const SPOT_REFRESH_INTERVAL = 60; // Auto-refresh interval in seconds
|
||||
const SPOT_REFRESH_INTERVAL = dxcluster_refresh_time; // Auto-refresh interval in seconds, defined via config.php (default: 30s)
|
||||
const QSO_SEND_DEBOUNCE_MS = 3000; // Debounce for sending callsign to QSO form (milliseconds)
|
||||
|
||||
// Mode display capitalization lookup (API returns lowercase)
|
||||
|
||||
Reference in New Issue
Block a user