Skip to content

Commit

Permalink
Update WA_DB_CONNECTION_IDLE_TIMEOUT to 180000
Browse files Browse the repository at this point in the history
Summary:
WA_DB_CONNECTION_IDLE_TIMEOUT should be in millisecond.
Per weiyan's ask in D20583375.

Reviewed By: weiyanwang

Differential Revision: D20584607

fbshipit-source-id: 2d2a4fab
  • Loading branch information
Churu Tang authored and facebook-github-bot committed Mar 22, 2020
1 parent 7b6c6d9 commit 0a932af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/db.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ WA_DB_HOSTNAME=db
WA_DB_PORT=3306
WA_DB_USERNAME=root
WA_DB_PASSWORD=testpass
WA_DB_CONNECTION_IDLE_TIMEOUT=180
WA_DB_CONNECTION_IDLE_TIMEOUT=180000

0 comments on commit 0a932af

Please sign in to comment.