mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-22 04:58:00 +01:00
0545d90c3f
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.
4 lines
No EOL
91 B
TypeScript
4 lines
No EOL
91 B
TypeScript
"use strict";
|
|
|
|
export const MAX_POLL_OPTIONS = 20;
|
|
export const MAX_CHARACTER_LENGTH = 300; |