
@thsottiaux so much better without 5h limit, I thought it existed only to reduce costs. Can't imagine how could it be "better" ux
English
szacho
246 posts

@szacho
building agentic AI to accelerate growth for ceos & businesses at qucoxx | ex-self-driving cars









Postgres 19 made I/O worker pools dynamic instead of fixed. PG18 forced you to pick one static number (io_workers = X) and hope it was correct. PG19 gives you real controls instead: → io_min_workers → io_max_workers → io_worker_idle_timeout → io_worker_launch_interval Now the pool can grow and shrink automatically based on load. Much better than guessing the right number. x.com/alxshp/status/…












