mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-04-13 22:39:25 +02:00
decrease submission rate
This commit is contained in:
parent
f1221651f6
commit
deeb40967e
@ -2,8 +2,8 @@ import { ClientStatisticsService } from '../ORM/client-statistics/client-statist
|
||||
import { ClientEntity } from '../ORM/client/client.entity';
|
||||
|
||||
const CACHE_SIZE = 30;
|
||||
const TARGET_SUBMISSION_PER_SECOND = 10;
|
||||
const MIN_DIFF = 0.00001;
|
||||
const TARGET_SUBMISSION_PER_SECOND = 30;
|
||||
const MIN_DIFF = 0.001;
|
||||
export class StratumV1ClientStatistics {
|
||||
|
||||
private shares: number = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user