Skip to content

Commit

Permalink
built
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Sep 23, 2024
1 parent 309e879 commit 9b78037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import http from 'node:http';
import { availableParallelism } from 'node:os';
import process from 'node:process';
import { RedisStores } from './redis.js';
import { InMemStores } from './inmem.js';

const numCPUs = availableParallelism();

Expand Down

0 comments on commit 9b78037

Please sign in to comment.