pub const PORT: u16 = 7530; pub const UI_PORT: u16 = 9510; pub const APPLICATION_FOLDER: &str = "AIRA"; pub const DB_NAME: &str = "AIRA.db"; pub const HTTP_COOKIE_NAME: &str = "aira_auth"; pub const MSG_LOADING_COUNT: usize = 20; pub const FILE_CHUNK_SIZE: usize = 1_023_996; pub const MAX_RECV_SIZE: usize = 16_383_996;