Increase "navigate" steps in private instance
|
01-14-2016, 10:45 AM
Post: #1
|
|||
|
|||
Increase "navigate" steps in private instance
Hi,
I think scripts are limited to 20 navigate steps to avoid overloading/DOS on public instances. Is there a way to set it to a custom value on private instances? Thanks (for context, I'm trying to do: { clearCache navigate urlA navigate urlB clearCache navigate urlC } N consecutive times, and I haven't figured a way to clear the cache between runs in Bulk mode, so I'm trying to do these repeats through a script) |
|||
01-21-2016, 12:08 AM
Post: #2
|
|||
|
|||
RE: Increase "navigate" steps in private instance
It is hard-coded in runtest.php (in the validateScript function): https://github.com/WPO-Foundation/webpag....php#L1290
As far as bulk testing goes, it behaves just like a bunch of separate tests so the cache will be cleared before each URL in the list. You should be able to split your tests everywhere you have a clearCache command. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)