![]() |
[How To?] promotion system: Immediate - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [How To?] promotion system: Immediate (/thread-167567.html) |
promotion system: Immediate - buzzer - 2015-02-22 hello I want registered members spend in member presented when they made their presentation (therefore their presentation topic) I created a group of promotion system and it works well My problem is that it takes 20 minutes to run I reduced the time to 1 minutes, but I would like it to be immediate thank you for your help RE: promotion system: Immediate - kawaii - 2015-02-22 Try entering a value like 0.01 and see if that makes the task run every second. Be warned though: having these cron style tasks running all the time can be painful for your server. RE: promotion system: Immediate - buzzer - 2015-02-22 yes that is why I would like to find another solution RE: promotion system: Immediate - Destroy666 - 2015-02-22 There is no way to make the task immediate, it runs only when anyone enters your site after the next execution time. |