refactor: remove throttle

This commit is contained in:
Bart van der Braak 2024-02-19 12:37:13 +01:00
parent 8094f23eb0
commit 6eb7286f95

View file

@ -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',