nutanix / sails-forcedotcom

Force.com adapter for Sails.js
MIT License
7 stars 5 forks source link

Bump maxfetch to 10000 #15

Closed jasonsims closed 8 years ago

jasonsims commented 8 years ago

This commit bumps the match fetch value to 10,000 to support the larger number of licenses on the Nutanix Corporate account.

Harishgolla commented 8 years ago

@jasonsims We faced memory outage on increasing the number of fetched records count.

So we started implementing dynamic data loading. https://github.com/nutanix/schooner/tree/feature/dynamic-loading - Please incorporate the dynamic loading in your licenses page.

jasonsims commented 8 years ago

@Harishgolla this looks nice, I'll check it out. Sai and I were looking for a quick fix for internal employees but given your memory concerns I'll see if he can just decommission some licenses on Nutanix Corporate. I'll work in implementing this dynamic loading as soon as I get some time.