pefcl icon indicating copy to clipboard operation
pefcl copied to clipboard

Wierd error

Open Mat40 opened this issue 3 years ago • 4 comments

Hi i have sometimes a wierd error, the script start normaly but after X minutes/hours script broke and i have this error image image

Mat40 avatar Oct 17 '22 17:10 Mat40

Confirming this issue, it's incredibly annoying, it completely breaks the system and there are no obvious reasons for it occurring.

jellyton255 avatar Jan 08 '23 02:01 jellyton255

I have solve this problem by download source code then go to src>server>utils>pool.ts change from pool: { max: 5, min: 0, acquire: 30000, idle: 60000, }, to pool: { max: 350, min: 0, acquire: 220000, idle: 60000, },

And after this i have increased the connection setting on MariaDB as per below which I believe is excessively high but error never occur. Follow this link

max_user_connections=400 max_connections=800

Mat40 avatar Jan 08 '23 11:01 Mat40

I'm now also having this issue, now trying to build my own using Mat's method

mikkel20088 avatar Mar 22 '23 17:03 mikkel20088