Skip to content

Commit a4fe90b

Browse files
committed
Decrease update_staleness_threshold_secs_
1 parent d356a6d commit a4fe90b

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)