I have to set the query timeout for Postgres database to 60 mins. I have below configuration files for the Postgres database.
- pg_ctl.conf
- pg_hba.conf
- pg_ident.conf
- postgresql.conf
- start.conf
In the postgresql.conf file, I see there are fields;
#statement_timeout = 0 # in milliseconds, 0 is disabled
#lock_timeout = 0 # in milliseconds, 0 is disabled
My question is, Which field I need to uncomment/set for 60 mins?
Does somebody please help on this? Or Do I need to add something else in the configuration file?
Thanks in advance.