|
59 | 59 | ; proofcourieraddr=universerpc://testnet.universe.lightning.finance:10029 |
60 | 60 |
|
61 | 61 | ; The number of seconds the custodian waits after identifying an asset transfer |
62 | | -; on-chain and before retrieving the corresponding proof |
| 62 | +; on-chain and before retrieving the corresponding proof. Valid time units are |
| 63 | +; {s, m, h}. |
63 | 64 | ; custodianproofretrievaldelay=5s |
64 | 65 |
|
65 | 66 | ; Network to run on (mainnet, regtest, testnet, simnet, signet) |
|
94 | 95 | ; Use first --tlsextradomain as Common Name instead, if set |
95 | 96 | ; tlsdisableautofill=false |
96 | 97 |
|
97 | | -; The duration for which the auto-generated TLS certificate will be valid for |
| 98 | +; The duration for which the auto-generated TLS certificate will be valid for. |
| 99 | +; Valid time units are {s, m, h}. |
98 | 100 | ; tlscertduration=10080h |
99 | 101 |
|
100 | 102 | ; Disable REST API |
|
103 | 105 | ; Disable TLS for REST connections |
104 | 106 | ; no-rest-tls=false |
105 | 107 |
|
106 | | -; The ping interval for REST based WebSocket connections |
107 | | -; Set to 0 to disable sending ping messages from the server side |
| 108 | +; The ping interval for REST based WebSocket connections. Set to 0 to disable |
| 109 | +; sending ping messages from the server side. Valid time units are {s, m, h}. |
108 | 110 | ; ws-ping-interval=30s |
109 | 111 |
|
110 | 112 | ; The time we wait for a pong response message on REST based WebSocket |
111 | | -; connections before the connection is closed as inactive |
| 113 | +; connections before the connection is closed as inactive. Valid time units are |
| 114 | +; {s, m, h}. |
112 | 115 | ; ws-pong-wait=5s |
113 | 116 |
|
114 | 117 | ; Path to write the admin macaroon for tapd's RPC and REST services if it |
|
154 | 157 |
|
155 | 158 | [hashmailcourier] |
156 | 159 |
|
157 | | -; The maximum time to wait for the receiver to acknowledge the proof |
| 160 | +; The maximum time to wait for the receiver to acknowledge the proof. Valid time |
| 161 | +; units are {s, m, h}. |
158 | 162 | ; hashmailcourier.receiveracktimeout=6h |
159 | 163 |
|
160 | 164 | ; Skip the initial delay before attempting to deliver the proof to the receiver |
161 | 165 | ; or receiving from the sender |
162 | 166 | ; hashmailcourier.skipinitdelay=false |
163 | 167 |
|
164 | | -; The amount of time to wait before resetting the backoff counter |
| 168 | +; The amount of time to wait before resetting the backoff counter. Valid time |
| 169 | +; units are {s, m, h}. |
165 | 170 | ; hashmailcourier.backoffresetwait=10m |
166 | 171 |
|
167 | 172 | ; The number of proof delivery attempts before the backoff counter is reset |
168 | 173 | ; hashmailcourier.numtries=2000 |
169 | 174 |
|
170 | 175 | ; The initial backoff time to wait before retrying to deliver the proof to the |
171 | | -; receiver |
| 176 | +; receiver. Valid time units are {s, m, h}. |
172 | 177 | ; hashmailcourier.initialbackoff=30s |
173 | 178 |
|
174 | 179 | ; The maximum backoff time to wait before retrying to deliver the proof to the |
175 | | -; receiver |
| 180 | +; receiver. Valid time units are {s, m, h}. |
176 | 181 | ; hashmailcourier.maxbackoff=5m |
177 | 182 |
|
178 | 183 | [universerpccourier] |
|
181 | 186 | ; or receiving from the sender |
182 | 187 | ; universerpccourier.skipinitdelay=false |
183 | 188 |
|
184 | | -; The amount of time to wait before resetting the backoff counter |
| 189 | +; The amount of time to wait before resetting the backoff counter. Valid time |
| 190 | +; units are {s, m, h}. |
185 | 191 | ; universerpccourier.backoffresetwait=10m |
186 | 192 |
|
187 | 193 | ; The number of proof delivery attempts before the backoff counter is reset |
188 | 194 | ; universerpccourier.numtries=2000 |
189 | 195 |
|
190 | 196 | ; The initial backoff time to wait before retrying to deliver the proof to the |
191 | | -; receiver |
| 197 | +; receiver. Valid time units are {s, m, h}. |
192 | 198 | ; universerpccourier.initialbackoff=30s |
193 | 199 |
|
194 | 200 | ; The maximum backoff time to wait before retrying to deliver the proof to the |
195 | | -; receiver |
| 201 | +; receiver. Valid time units are {s, m, h}. |
196 | 202 | ; universerpccourier.maxbackoff=5m |
197 | 203 |
|
198 | 204 | [lnd] |
|
214 | 220 | ; lnd.tlspath= |
215 | 221 |
|
216 | 222 | ; The timeout to use for RPC requests to lnd; a sufficiently long duration |
217 | | -; should be chosen to avoid issues with slow responses |
| 223 | +; should be chosen to avoid issues with slow responses. Valid time units are |
| 224 | +; {s, m, h}. |
218 | 225 | ; lnd.rpctimeout=1m |
219 | 226 |
|
220 | 227 | [sqlite] |
|
254 | 261 | ; Max number of idle connections to keep in the connection pool |
255 | 262 | ; postgres.maxidleconnections= |
256 | 263 |
|
257 | | -; Max amount of time a connection can be reused for before it is closed |
| 264 | +; Max amount of time a connection can be reused for before it is closed. Valid |
| 265 | +; time units are {s, m, h}. |
258 | 266 | ; postgres.connmaxlifetime= |
259 | 267 |
|
260 | | -; Max amount of time a connection can be idle for before it is closed |
| 268 | +; Max amount of time a connection can be idle for before it is closed. Valid |
| 269 | +; time units are {s, m, h}. |
261 | 270 | ; postgres.connmaxidletime= |
262 | 271 |
|
263 | 272 | ; Whether to require using SSL (mode: require) when connecting to the server |
264 | 273 | ; postgres.requiressl=false |
265 | 274 |
|
266 | 275 | [universe] |
267 | 276 |
|
268 | | -; Amount of time to wait between universe syncs |
| 277 | +; Amount of time to wait between universe syncs. Valid time units are {s, m, h}. |
269 | 278 | ; universe.syncinterval=10m |
270 | 279 |
|
271 | 280 | ; The host:port of a Universe server peer with |
|
285 | 294 | ; If 'w' is included, public access is allowed for write endpoints |
286 | 295 | ; universe.public-access= |
287 | 296 |
|
288 | | -; The amount of time to cache stats for before refreshing them |
| 297 | +; The amount of time to cache stats for before refreshing them. Valid time units |
| 298 | +; are {s, m, h}. |
289 | 299 | ; universe.stats-cache-duration= |
290 | 300 |
|
291 | 301 | ; The maximum number of queries per second across the set of active universe |
|
0 commit comments