Skip to content

Commit c06e9ea

Browse files
committed
Decrease update_staleness_threshold_secs_
1 parent 4987eb6 commit c06e9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pctest/test_publish_websocket.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class pythd_websocket
8080

8181
// The duration between the price update being submitted and notify_price_sched being received
8282
// after which the update will be dropped.
83-
long update_staleness_threshold_secs_ = 15;
83+
long update_staleness_threshold_secs_ = 3;
8484

8585
// The pythd websocket API calls
8686

0 commit comments

Comments
 (0)