Skip to content

Commit cb35716

Browse files
committed
Oops! It turns out that "ngx_conf_set_msec_slot" sets time in seconds, imagine that.
1 parent 0979ce7 commit cb35716

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,16 @@ CONFIGURATION DIRECTIVES:
110110

111111
postgres_connect_timeout timeout (context: http, server, location)
112112
------------------------------------------------------------------
113-
Set timeout for connecting to the database (in milliseconds).
113+
Set timeout for connecting to the database (in seconds).
114114

115-
default: 10000ms (10s)
115+
default: 10
116116

117117

118118
postgres_result_timeout timeout (context: http, server, location)
119119
-----------------------------------------------------------------
120-
Set timeout for receiving result from the database (in milliseconds).
120+
Set timeout for receiving result from the database (in seconds).
121121

122-
default: 30000ms (30s)
122+
default: 30
123123

124124

125125
CONFIGURATION VARIABLES:

0 commit comments

Comments
 (0)