summaryrefslogtreecommitdiff
path: root/config/local_defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/local_defaults.go')
-rw-r--r--config/local_defaults.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/local_defaults.go b/config/local_defaults.go
index de8090339..ae1aa7043 100644
--- a/config/local_defaults.go
+++ b/config/local_defaults.go
@@ -15,12 +15,12 @@
// along with go-algorand. If not, see <https://www.gnu.org/licenses/>.
// This file was auto generated by ./config/defaultsGenerator/defaultsGenerator.go, and SHOULD NOT BE MODIFIED in any way
-// If you want to make changes to this file, make the corresponding changes to Local in config.go and run "go generate".
+// If you want to make changes to this file, make the corresponding changes to Local in localTemplate.go and run "go generate".
package config
var defaultLocal = Local{
- Version: 18,
+ Version: 19,
AccountUpdatesStatsInterval: 5000000000,
AccountsRebuildSynchronousMode: 1,
AnnounceParticipationKey: true,
@@ -92,8 +92,9 @@ var defaultLocal = Local{
OutgoingMessageFilterBucketSize: 128,
ParticipationKeysRefreshInterval: 60000000000,
PeerConnectionsUpdateInterval: 3600,
- PeerPingPeriodSeconds: 10,
+ PeerPingPeriodSeconds: 0,
PriorityPeers: map[string]bool{},
+ ProposalAssemblyTime: 250000000,
PublicAddress: "",
ReconnectTime: 60000000000,
ReservedFDs: 256,