diff --git a/quovadis/quovadis.php b/quovadis/quovadis.php
index 9e727f48546dc4b9c43aa8a6146a8fd1fe07e3b1..ce2ed909b798cf064c025890a80f8b6d4505d09b 100644
--- a/quovadis/quovadis.php
+++ b/quovadis/quovadis.php
@@ -110,7 +110,7 @@ function update_desec_txt($config, $name, $txt) {
 	$val =	[
 			'subname' => $name,
 			'type' => 'TXT',
-			'ttl' => 3600,
+			'ttl' => 60,
 			'records' => ['"'. $txt . '"',],
 		];