and there are some variables in config.php I want to make sure
$timedelcookie = 30; # time get new cookie mins
(is this value fixed? or just recommend, I know wupload cookie changed every time when you login)
$limitMBIP = 10*1024; # limit load file for 1 IP (MB)
(does this mean one user(ip) can download 10Gb files in ttl(60mins))
$ttl = 60; # time to live (in minutes)
(one cycle?)
$limitPERIP = 20; # limit file per mins, chmod 777 to folder tmp (files)
(does this mean one user(ip) or the system can load 20 files per min?)
$ttl_ip = 60; # limit load file per time (in minutes)
(does this mean one user(ip) or the system can load within 60 mins?)
$max_jobs_per_ip = 100; //total jobs for 1 IP per time live
(does this mean one user(ip)can do 100 jobs within one ttl(60mins))
$max_size = 2048; # (In MB)
(is this override the setting in account.php?)
$max_jobs = 600; # max total jobs in this host
(max job in one ttl(60mins)?)
$max_load = 20; # max server load (%)
(20% of one core cpu or the whole system?)
thanx for the great application!
cekodokbasi, on 19 September 2011 - 11:23 PM, said:
hum have you try to chmod again to 777 and then try convert the link back?
maybe have some limit to convert that link, just like can convert 5 links at the same time.
i usually convert 5 links at the same time and it works fine
yep, I think there is setting involved
please see my post above