waha icon indicating copy to clipboard operation
waha copied to clipboard

[GOWS] - WhatsApp sessions disconnect frequently

Open whoami-netizen opened this issue 2 months ago • 8 comments

Describe the bug

I am using GOWS latest version with postgresql and it is disconnecting very frequently. Here is my postgresql config may if thats causing the issue:

max_connections=3000 listen_addresses = '*' shared_buffers=1024MB work_mem=64MB maintenance_work_mem=128MB effective_cache_size=2048MB wal_buffers=16MB max_wal_size=4GB checkpoint_timeout=30min checkpoint_completion_target=0.9 bgwriter_lru_maxpages=5000 bgwriter_lru_multiplier=5.0 bgwriter_delay=20ms wal_writer_delay=200ms random_page_cost=2.0 default_statistics_target=100

Version

Get the WAHA version by calling GET /api/version

{
  "version": "2025.10.4",
  "engine": "GOWS",
  "tier": "PLUS"
}

patron:PLUS

whoami-netizen avatar Oct 26 '25 11:10 whoami-netizen