taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b7e67e1ed4322d369618d5b975f5fae698e26e80
parent 012ad74fc948d4da16a033b1cffb6d3ef458f7f4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 17 Mar 2020 17:11:56 +0100

cmd line option

Diffstat:
Mmanpages/taler-exchange-httpd.1.rst | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst @@ -27,6 +27,12 @@ must exist before running this command. Its options are as follows: +**-a** \| **–allow-timetravel** + Allow clients to request /keys for arbitrary timestamps. + This should only be enabled for testing and development, + as clients could abuse this in denial of service attacks, + as it makes the /keys response generation much more expensive. + **-C** \| **–connection-close** Force each HTTP connection to be closed after each request (useful in combination with **-f** to avoid having to wait for nc to time out).