mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
🍕
This commit is contained in:
parent
5081ce8e9a
commit
df997d83bb
1 changed files with 1 additions and 4 deletions
|
@ -12,10 +12,7 @@ const uri = u && p
|
||||||
*/
|
*/
|
||||||
import mongo from 'monk';
|
import mongo from 'monk';
|
||||||
|
|
||||||
const db = mongo(uri, {
|
const db = mongo(uri);
|
||||||
poolSize: 16,
|
|
||||||
keepAlive: 1
|
|
||||||
});
|
|
||||||
|
|
||||||
export default db;
|
export default db;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue