Added a Settings.callPeekers variable that is set to false by default.
While Settings.callPeekers is set to false, the function this.callPeekers does not execute any code. This push is intended to fix slowdown issues that we had with submitting large number of arguments to nerdamer function such as nerdamer("mean(1000 elements...)").evaluate().text().
Added a
Settings.callPeekers
variable that is set to false by default.While
Settings.callPeekers
is set to false, the function this.callPeekers does not execute any code. This push is intended to fix slowdown issues that we had with submitting large number of arguments to nerdamer function such as nerdamer("mean(1000 elements...)").evaluate().text().