Skip to content

Commit

Permalink
Clarify peer timewindow property. (#4944)
Browse files Browse the repository at this point in the history
Clarify that timewindow is only used for delivery service in release-2.5.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart authored Aug 7, 2024
1 parent 93d12ef commit 52a8ba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sampleconfig/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ peer:
# client messages
authentication:
# the acceptable difference between the current server time and the
# client's time as specified in a client request message
# client's time as specified in a client request message.
# timewindow is checked on requests to the delivery service only.
timewindow: 15m

# Path on the file system where peer will store data (eg ledger). This
Expand Down
3 changes: 2 additions & 1 deletion sampleconfig/orderer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ General:
# client messages
Authentication:
# the acceptable difference between the current server time and the
# client's time as specified in a client request message
# client's time as specified in a client request message.
# TimeWindow is checked on requests to the delivery service only.
TimeWindow: 15m


Expand Down

0 comments on commit 52a8ba8

Please sign in to comment.