poll.horse/src/Config.ts
Wolvan 0545d90c3f Implement different backend types
Including to the previous flatfile storage, a new storage for MySQL has
been added to store polls in a database.
The amount of possible Poll Options has also been reduced to 20.
2022-01-08 16:12:04 +01:00

4 lines
No EOL
91 B
TypeScript

"use strict";
export const MAX_POLL_OPTIONS = 20;
export const MAX_CHARACTER_LENGTH = 300;