View Single Post
Syturi0
Veteran Member
Join Date: Aug 2014
Location: Your mom house -Portugal
Old 03-06-2016 , 17:13   Re: FVault - A new vault system!
Reply With Quote #71

Quote:
Originally Posted by wOOw View Post
Correct me if im wrong
Code:
fvault_prune( g_SexyVault, _, get_systime() - ( 35 * 60 * 60 ))
why wont it this prune keys that where not updated in 35mins?
No, thats 35 hours.

This is 35 minutes:
Code:
fvault_prune( g_SexyVault, _, get_systime() - ( 35 * 60 ))
Also, you need to 'restart' server for it to make effect.
Syturi0 is offline