Commit 133a672 1 parent 826c8ec commit 133a672 Copy full SHA for 133a672
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -864,7 +864,9 @@ namespace graphene { namespace net { namespace detail {
864
864
// 1 second seems reasonable. When we get closer to our eventual target of 1 second
865
865
// blocks, this will need to be re-evaluated (i.e., can we set the timeout to 500ms
866
866
// and still handle normal network & processing delays without excessive disconnects)
867
- fc::microseconds active_ignored_request_timeout = fc::seconds (1 );
867
+
868
+ // Increased to 6 in #1660 due to heavy load. May need to adjust further
869
+ fc::microseconds active_ignored_request_timeout = fc::seconds (6 );
868
870
869
871
fc::time_point active_disconnect_threshold = fc::time_point::now () - fc::seconds (active_disconnect_timeout);
870
872
fc::time_point active_send_keepalive_threshold = fc::time_point::now () - fc::seconds (active_send_keepalive_timeout);
You can’t perform that action at this time.
0 commit comments