How to setup ban timeout

I have one problem with banned user, if i ban an user after some time is unbunned automaticaly. I have seen that depends on cron jobs and the function periodic_check_ban() taht execute this query

SELECT `sys_admin_ban_list`.*
FROM `sys_admin_ban_list`
WHERE (
`DateTime` + INTERVAL `Time` SECOND < NOW()
)

but i can't find where setup the ban timeout.

Quote · 8 Nov 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.