fix: add dns caching (#3736)
This commit is contained in:
6
apps/tasks/src/overrides.ts
Normal file
6
apps/tasks/src/overrides.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { setGlobalDispatcher } from "undici";
|
||||
|
||||
import { LoggingAgent } from "@homarr/common/server";
|
||||
|
||||
const agent = new LoggingAgent();
|
||||
setGlobalDispatcher(agent);
|
||||
Reference in New Issue
Block a user