local broadcast

This commit is contained in:
Arionum
2018-03-28 02:47:37 +03:00
parent e73ee708aa
commit 7610fdbd40
2 changed files with 15 additions and 1 deletions

View File

@@ -30,5 +30,6 @@ $_config['allowed_hosts']=array("127.0.0.1");
$_config['sanity_interval']=900;
// accept the setting of new hostnames / should be used only if you want to change the hostname
$_config['allow_hostname_change']=false;
// rebroadcast local transactions on each sanity
$_config['sanity_rebroadcast_locals']=true;
?>