Skip to content

Commit 20e2d5f

Browse files
authored
Increase max propagation seconds to 7200
1 parent 89b8b74 commit 20e2d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Form/DNSProviderFields.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function DNSProviderFields({ showBoundaryBox = false }: Props) {
116116
type="number"
117117
className="form-control"
118118
min={0}
119-
max={600}
119+
max={7200}
120120
{...field}
121121
/>
122122
<small className="text-muted">

0 commit comments

Comments
 (0)