mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-04-15 07:19:26 +02:00
min diff
This commit is contained in:
parent
b9dc52ebc7
commit
c72cfff668
@ -3,7 +3,7 @@ import { ClientEntity } from '../ORM/client/client.entity';
|
||||
|
||||
const CACHE_SIZE = 30;
|
||||
const TARGET_SUBMISSION_PER_SECOND = 10;
|
||||
const MIN_DIFF = 1e-9;
|
||||
const MIN_DIFF = 0.00001;
|
||||
export class StratumV1ClientStatistics {
|
||||
|
||||
private submissionCacheStart: Date;
|
||||
|
Loading…
x
Reference in New Issue
Block a user