auto resync

This commit is contained in:
admin@arionum.com
2019-10-18 07:38:52 +03:00
parent 0d99c67605
commit 09d3dd51ba
3 changed files with 37 additions and 23 deletions

View File

@@ -128,6 +128,10 @@ $_config['sanity_rebroadcast_locals'] = true;
// Get more peers?
$_config['get_more_peers'] = true;
// Allow automated resyncs if the node is stuck. Enabled by default
$_config['auto_resync'] = true;
/*
|--------------------------------------------------------------------------
| Logging Configuration

View File

@@ -1,6 +1,6 @@
<?php
// ARO version
define("VERSION", "1.0.0-alpha.2");
define("VERSION", "1.0.0-alpha.3");
// UTC timezone by default
date_default_timezone_set("UTC");