diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-12 21:20:47 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-12 21:20:47 +0200 |
commit | 78c1d6a82e02041b53c36b1dd7c30bcbc7805617 (patch) | |
tree | 845fa37a16780f6a5a6ea2fa0ab1ec3defefcdf8 /util | |
parent | :art: remove long relatives paths -> short module paths (diff) | |
download | server-78c1d6a82e02041b53c36b1dd7c30bcbc7805617.tar.xz |
:bug: fix gateway
Diffstat (limited to 'util')
-rw-r--r-- | util/src/util/Database.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/util/Database.ts b/util/src/util/Database.ts index c22d8abd..d3844cd9 100644 --- a/util/src/util/Database.ts +++ b/util/src/util/Database.ts @@ -21,7 +21,7 @@ export function initDatabase() { // entities: Object.values(Models).filter((x) => x.constructor.name !== "Object"), synchronize: true, - logging: true, + logging: false, cache: { duration: 1000 * 3, // cache all find queries for 3 seconds }, |