Compare commits

...

2 Commits

Author SHA1 Message Date
Bas950
47feaa5c70 chore: release v0.0.27 2024-09-16 22:56:14 +02:00
Bas950
9fb32f53ae chore: reduce batch size 2024-09-16 22:56:10 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@premid/api-master",
"type": "module",
"version": "0.0.26",
"version": "0.0.27",
"private": true,
"description": "PreMiD's api master",
"license": "MPL-2.0",

View File

@@ -2,7 +2,7 @@ import type { InferInsertModel } from "drizzle-orm";
import { db, onlineUsersIpData } from "../db.js";
import { lookupIp } from "./lookupIp.js";
const batchSize = 10000;
const batchSize = 1000;
export async function insertIpData(
data: Map<string, {