Skip to content

Commit 62fee0c

Browse files
committed
1 sec timeout instead of 5
1 parent 04a3f15 commit 62fee0c

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/dashboard/base-items/widgets/PiholeWidget

1 file changed

+1
-1
lines changed

frontend/src/components/dashboard/base-items/widgets/PiholeWidget/PiholeWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export const PiholeWidget = (props: { config?: PiholeWidgetConfig }) => {
156156
ssl: piholeConfig.ssl,
157157
password: piholeConfig.password
158158
},
159-
timeout: 5000
159+
timeout: 1000
160160
});
161161

162162
if (response.data.success && response.data.data) {

0 commit comments

Comments
 (0)