tier memory updates

merge-requests/4/head
Matthew 2020-03-28 11:37:01 -04:00
parent b615178da6
commit 11cf7db6c9
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 6 additions and 6 deletions

View File

@ -5,12 +5,12 @@ import { RichEmbed } from '../class';
const channelID = '691824484230889546'; const channelID = '691824484230889546';
export const memoryLimits = { export const memoryLimits = {
TIER_1_SOFT: 250, TIER_1_SOFT: 200,
TIER_1_HARD: 300, TIER_1_HARD: 350,
TIER_2_SOFT: 300, TIER_2_SOFT: 350,
TIER_2_HARD: 350, TIER_2_HARD: 400,
TIER_3_SOFT: 450, TIER_3_SOFT: 500,
TIER_3_HARD: 500, TIER_3_HARD: 550,
}; };
export default async function memory(client: Client) { export default async function memory(client: Client) {