Set request cap to a reasonable number, based on 30min reset noted in issue #341

This commit is contained in:
Tyera Eulberg 2018-06-21 23:25:40 -06:00 committed by Greg Fitzgerald
parent e3e3a1c457
commit feba2d9975
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use thin_client::ThinClient;
use transaction::Transaction;
pub const TIME_SLICE: u64 = 60;
pub const REQUEST_CAP: u64 = 10_000_000;
pub const REQUEST_CAP: u64 = 150_000;
#[derive(Serialize, Deserialize, Debug)]
pub enum DroneRequest {