Tweaked snapshot params (#6344)

This commit is contained in:
Arkadiy Paronyan
2017-08-22 11:24:56 +02:00
committed by GitHub
parent b4d3f78d67
commit d41dd13918
6 changed files with 29 additions and 13 deletions

View File

@@ -56,7 +56,7 @@ use signer;
use url;
// how often to take periodic snapshots.
const SNAPSHOT_PERIOD: u64 = 10000;
const SNAPSHOT_PERIOD: u64 = 5000;
// how many blocks to wait before starting a periodic snapshot.
const SNAPSHOT_HISTORY: u64 = 100;