Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
open up _includes/class.jobApplication.php,
public function Apply(),
edit the first SQL query:
$sql = ‘SELECT id FROM job_applications WHERE ip = “’ . $ip . ‘” AND NOW>DATE_ADD(created_on,INTERVAL 10 MINUTE)’;
You can take this completely out (but pay attention the next if structure: if (empty($row))) or change that interval.
1 to 5 of 5