Changeset 3003456
- Timestamp:
- 11/29/2023 08:42:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debounce-io-email-validator/trunk/src/admin-partials/settings.php
r3003452 r3003456 30 30 ?> 31 31 <input id="debounceio_timeout" type="number" min="5" max="45" name="debounceio_timeout" value="<?php echo $debounceio_timeout_val; ?>"> 32 <p style="max-width: 66%; color: #888">Indicate the maximum API timeout duration in seconds. The plugin will wait until this limit is reached, and if exceeded, it will abort the validation process, considering the email valid. </p>32 <p style="max-width: 66%; color: #888">Indicate the maximum API timeout duration in seconds. The plugin will wait until this limit is reached, and if exceeded, it will abort the validation process, considering the email valid. <i>Recommended value: 10</i></p> 33 33 </td> 34 34 </tr>
Note: See TracChangeset
for help on using the changeset viewer.