1
0
Fork 0

update memory tier limits

refactor/models
Matthew 2020-04-02 01:51:46 -04:00
parent 3dcff26c59
commit 9adaa33636
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ import { RichEmbed } from '../class';
const channelID = '691824484230889546';
const memoryLimits = {
TIER_1_SOFT: 200,
TIER_1_HARD: 350,
TIER_1_SOFT: 250,
TIER_1_HARD: 300,
TIER_2_SOFT: 350,
TIER_2_HARD: 400,
TIER_3_SOFT: 500,