taler-docs

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

commit 26b1766d03bcc86218aac15c5ec72da6464b67a5
parent 7f215f08beecc8c95d19ad0730d1dde23f3c0d4e
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Fri, 25 Apr 2025 23:45:58 +0200

update

Diffstat:
Mcore/api-mailbox.rst | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/core/api-mailbox.rst b/core/api-mailbox.rst @@ -66,6 +66,10 @@ Configuration information // Fixed size of message body. message_body_bytes: Integer; + // Maximum number of messages in a + // single response. + message_response_limit: Integer; + // How long will the service store a message // before giving up on delivery? delivery_period: RelativeTime;