File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ namespace node {
2929class BCN_API configuration
3030{
3131public:
32- DEFAULT_COPY_MOVE_DESTRUCT (configuration);
33-
3432 configuration (system::chain::selection context,
3533 const server::settings::embedded_pages& explore,
3634 const server::settings::embedded_pages& web) NOEXCEPT;
Original file line number Diff line number Diff line change @@ -631,12 +631,12 @@ options_metadata parser::load_settings() THROWS
631631 (
632632 " network.handshake_timeout_seconds" ,
633633 value<uint32_t >(&configured.network .handshake_timeout_seconds ),
634- " The time limit to complete the connection handshake, defaults to '30 '."
634+ " The time limit to complete the connection handshake, defaults to '15 '."
635635 )
636636 (
637637 " network.seeding_timeout_seconds" ,
638638 value<uint32_t >(&configured.network .seeding_timeout_seconds ),
639- " The time limit for obtaining seed addresses, defaults to '30'."
639+ " The time limit for obtaining seed connections and addresses, defaults to '30'."
640640 )
641641 (
642642 " network.channel_heartbeat_minutes" ,
You can’t perform that action at this time.
0 commit comments