mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-21 14:06:58 +01:00
🐛 adguard removed max test on process time (#1512)
This commit is contained in:
@@ -14,7 +14,7 @@ export const adGuardApiStatsResponseSchema = z.object({
|
||||
num_replaced_safebrowsing: z.number().min(0),
|
||||
num_replaced_safesearch: z.number().min(0),
|
||||
num_replaced_parental: z.number().min(0),
|
||||
avg_processing_time: z.number().min(0).max(1),
|
||||
avg_processing_time: z.number().min(0),
|
||||
});
|
||||
|
||||
export const adGuardApiStatusResponseSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user