mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 10:35:59 +00:00
Introduce configuration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const config = {
|
||||
maxHistoryStates: 30,
|
||||
pollInterval: 5000
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user