What happened when open many tabs with Payload? #5350
-
Hi, I have a collection |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I just tried to use local database use pgadmin4, it still loading forever, so I think this is PayloadCMS feature. But how to by pass or extend it ? |
Beta Was this translation helpful? Give feedback.
-
I tried this config but it looks like it does not work.
|
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
This issue occurs because webpack HMR (Hot Module Replacement) keeps the connection always live. The browser imposes limits on the number of connections that can be kept alive on the server. However, it's important to note that this issue only occurs during development and should not affect production.