change io_window_moving_interval to 0.20

This commit is contained in:
Youngjoon Lee 2024-05-31 10:14:17 +09:00
parent e303186ac6
commit 289efc1da8
No known key found for this signature in database
GPG Key ID: 09B750B5BD6F08A2

View File

@ -42,4 +42,4 @@ adversary:
io_window_size: 0.20
# A moving interval of the time window for the adversary to observe inputs and outputs of each node
# This must be smaller or equal to io_window_size.
io_window_moving_interval: 0.10
io_window_moving_interval: 0.20