1
0
Fork 0

fix memory checking issue

refactor/models
Matthew 2020-03-29 05:47:53 -04:00
parent 4f6233548b
commit 6ebddbf9e0
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -80,5 +80,5 @@ export default function memory(client: Client) {
} catch (err) {
client.util.handleError(err);
}
}, 60000);
}, 30000);
}