; How many processes to fork workers=16 ; How long to allow the processes to run ; This is only checked after each query is completed, and if the elapsed time ; has been exceeded, the worker will exit. duration=30 [db] host=127.0.0.1 port=5432 username=postgres password=postgres database=my_database