File tree 6 files changed +0
-6
lines changed
nextjs-13-pages-wrap/pages/api
nextjs-14-app-dir-rl/app/api/arcjet
nextjs-14-openai/app/api/chat
nextjs-14-pages-wrap/pages/api
6 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ const aj = arcjet({
18
18
//characteristics: ["ip.src"],
19
19
window : "1m" ,
20
20
max : 1 ,
21
- timeout : "10m" ,
22
21
} ) ,
23
22
] ,
24
23
} ) ;
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ const aj = arcjet({
14
14
//characteristics: ["ip.src"],
15
15
window : "1m" ,
16
16
max : 1 ,
17
- timeout : "10m" ,
18
17
} ) ,
19
18
] ,
20
19
} ) ;
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ const aj = arcjet({
12
12
characteristics : [ "ip.src" ] ,
13
13
window : "1h" ,
14
14
max : 1 ,
15
- timeout : "10m" ,
16
15
} ) ,
17
16
] ,
18
17
} ) ;
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ const aj = arcjet({
16
16
characteristics : [ "ip.src" ] ,
17
17
window : "1m" ,
18
18
max : 60 ,
19
- timeout : "10m" ,
20
19
} ) ,
21
20
] ,
22
21
} ) ;
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ const aj = arcjet({
18
18
//characteristics: ["ip.src"],
19
19
window : "1m" ,
20
20
max : 1 ,
21
- timeout : "10m" ,
22
21
} ) ,
23
22
] ,
24
23
} ) ;
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ const aj = arcjet({
14
14
//characteristics: ["ip.src"],
15
15
window : "1m" ,
16
16
max : 1 ,
17
- timeout : "10m" ,
18
17
} ) ,
19
18
] ,
20
19
} ) ;
You can’t perform that action at this time.
0 commit comments