Skip to content

Commit

Permalink
half TASKS_EXECUTED_PER_ROUND
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Sep 19, 2024
1 parent 5f7ab44 commit 465be05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/lib/round-tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as Sentry from '@sentry/node'
import { createMeridianContract } from './ie-contract.js'

// Tweak this to control the network's overall task count.
export const TASKS_EXECUTED_PER_ROUND = 500_000
export const TASKS_EXECUTED_PER_ROUND = 250_000

// Baseline values for how many tasks should be completed every round, and how
// many tasks each SPARK checker node is expected to complete (every round, at
Expand Down

0 comments on commit 465be05

Please sign in to comment.