Merge pull request #4966 from 7heMech/7heMech-patch-1

Increase max propagation seconds to 7200
This commit is contained in:
jc21
2025-11-20 11:54:15 +10:00
committed by GitHub

View File

@@ -116,7 +116,7 @@ export function DNSProviderFields({ showBoundaryBox = false }: Props) {
type="number" type="number"
className="form-control" className="form-control"
min={0} min={0}
max={600} max={7200}
{...field} {...field}
/> />
<small className="text-muted"> <small className="text-muted">