Author Topic: Event Schedule Quota Problem  (Read 405 times)

Alright, for the longest time I've had my event schedule quota set to 128000. I know it's not too high, because I've been able to do as many events as I want in the past. Yet today, I ran into the problem with the following:

- 200 named bricks, all named the same thing
- Each named brick has 20 onRelay events
- Each onRelay is delayed by 500 ms more than the previous one
- One bring that has onActivate -> Named Brick -> fireRelay

Yet, when I click the onActivate brick, it says I've hit the schedule quota.
200 * 20 is only 4000; that's no where near 128000.

Am I missing something here?

Badspot

  • Administrator
Currently you cannot set the schedule quota over 1000. 

Oh, is that new to V12? I was never aware of that in the past.

In the past those who set the max to 128000 or whatever they wanted, they would crash themselves like idiots by making dumb inf.-relay events.

It's for the best to have it maxed at 1000, you can fit anything within this amount if your smart enough and it also prevents posting in help as to why you crashed.

Well, either way, I've solved the problem by just making an event that combines the bricks' events into one. Locking now.