Add capacity for worker processes

This commit is contained in:
Dominic Ferrando
2026-07-17 14:40:28 -04:00
parent 082d7f7cb3
commit 0e28d3a2fd
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { type Selectable, type Transaction } from "kysely";
import type { DB, JsonValue } from "../database/out/db";
import type { DB } from "../database/out/db";
import { log } from "../util";
import { sleep } from "bun";
import { db } from "../database/db";