mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-05-03 02:11:20 +00:00
refactor: remove throttle
This commit is contained in:
parent
8094f23eb0
commit
6eb7286f95
1 changed files with 0 additions and 4 deletions
|
@ -2,10 +2,6 @@ import { defineConfig } from 'unlighthouse';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: process.env.SCAN_URL || 'http://localhost:5173/',
|
site: process.env.SCAN_URL || 'http://localhost:5173/',
|
||||||
scanner: {
|
|
||||||
samples: 1,
|
|
||||||
throttle: true
|
|
||||||
},
|
|
||||||
cookies: [
|
cookies: [
|
||||||
{
|
{
|
||||||
name: 'pb_auth',
|
name: 'pb_auth',
|
||||||
|
|
Loading…
Reference in a new issue