mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 22:21:03 +08:00
probably still memory leak over time, not sure what happen, change back to singal pool.
This commit is contained in:
@@ -46,7 +46,7 @@ class Database {
|
||||
useNullAsDefault: true,
|
||||
pool: {
|
||||
min: 1,
|
||||
max: 5,
|
||||
max: 1,
|
||||
idleTimeoutMillis: 30000,
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user