Skip to content

Commit

Permalink
update queue of pre-loaded games
Browse files Browse the repository at this point in the history
  • Loading branch information
TentativeConvert authored Dec 10, 2024
1 parent 0e58e81 commit a191c47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions relay/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import { spawn } from 'child_process'
*/
const queueLength = {
"g/hhu-adam/robo": 2,
"g/hhu-adam/nng4": 5,
"g/djvelleman/stg4": 0,
"g/trequetrum/lean4game-logic": 0,
"g/leanprover-community/nng4": 5,
"g/djvelleman/stg4": 2,
"g/trequetrum/lean4game-logic": 2,
}

const __filename = url.fileURLToPath(import.meta.url);
Expand Down

0 comments on commit a191c47

Please sign in to comment.