auto resync
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user