From 6eb7286f9521f9d3d09c1ddb59c56b3ffb86d597 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Mon, 19 Feb 2024 12:37:13 +0100 Subject: [PATCH] refactor: remove throttle --- unlighthouse.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index 1826777..07d0e8d 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -2,10 +2,6 @@ import { defineConfig } from 'unlighthouse'; export default defineConfig({ site: process.env.SCAN_URL || 'http://localhost:5173/', - scanner: { - samples: 1, - throttle: true - }, cookies: [ { name: 'pb_auth',