mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -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';
|
||||
|
||||
const db = mongo(uri, {
|
||||
poolSize: 16,
|
||||
keepAlive: 1
|
||||
});
|
||||
const db = mongo(uri);
|
||||
|
||||
export default db;
|
||||
|
||||
|
|
Loading…
Reference in a new issue