fix memory checking issue
parent
4f6233548b
commit
6ebddbf9e0
|
@ -80,5 +80,5 @@ export default function memory(client: Client) {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
client.util.handleError(err);
|
client.util.handleError(err);
|
||||||
}
|
}
|
||||||
}, 60000);
|
}, 30000);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue