bifrost-platform / substrate

The Blockchain Framework for a Multichain Future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

트랜잭션 Ban 타임아웃 설정

dnjscksdn98 opened this issue · comments

  • client > transaction-pool > src > graph > rotator.rs
impl<Hash: hash::Hash + Eq> Default for PoolRotator<Hash> {
	fn default() -> Self {
		Self { ban_time: Duration::from_secs(60 * 30), banned_until: Default::default() }
	}
}