Browse Source

Changed “minaudef” from 10 to 5

pezcurrel 5 months ago
parent
commit
18cf54fb62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/site/instances.php

+ 1 - 1
web/site/instances.php

@@ -47,7 +47,7 @@ $minudef=10;
 $minumax=4294967295;
 $maxudef=30000;
 $maxumax=4294967295;
-$minaudef=10;
+$minaudef=5;
 $minaumax=4294967295;
 $mincdef='';
 $mincmax=16777215;