เปลี่ยนค่า Big Files Report
#if url size exceed $bigfilelimit - add this file into report
$bigfilelimit = 2.5*1024*1024;
เปลี่ยนค่า Oversize
#user maximum size per day limit (oversize)
$perusertrafficlimit = 10*1024*1024;
เปลี่ยนจำนวนบรรทัดที่แสดงผล Top sites Report
#how many site show in TopSites report
$topsiteslimit = 1000;
เปลี่ยนจำนวนบรรทัดที่แสดงผล User Time Report
#how many site show in user time report
$usertimelimit = 100;
เปลี่ยนกราฟแสดงผล User Month Report
# for user month report (0.05*(...) = 50mb)
$graphmaxuser=0.10*(1024*1024*1024);
เปลี่ยนกราฟแสดงผล All User Month Report
# for all user month report (1.05*(...) = 1 Gb)
$graphmaxall =1.80*(1024*1024*1024);
0 comments:
Post a Comment