mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
7 lines
89 B
JavaScript
7 lines
89 B
JavaScript
const config = {
|
|
maxHistoryStates: 30,
|
|
pollInterval: 5000
|
|
};
|
|
|
|
export default config;
|