2

Sf bulk api:

CurrentPollingInterval = 1000;
While(jobRunning) {
...
CurrentPollingInterval = Math.Max(16000, CurrentPollingInterval *= 2);
}

Max/Min...
Why does this take so long..
I am fucking retarded...

Comments
  • 0
    At least I improved the performance by 300% after finding this.
Add Comment