Skip to content

Commit f999108

Browse files
authored
Merge pull request #4966 from 7heMech/7heMech-patch-1
Increase max propagation seconds to 7200
2 parents 89b8b74 + 20e2d5f commit f999108

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)