You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in posts 30 records:
posts.insert({
checkSum: checkSum, (md5)
topicId : topic, (integer)
topicName : name (long text, length ~ 100-200)
});
posts.find(null, null, function(results) {
sys.puts(results.length); //if results is "large" callback is not called, if results littleness we see output text 30
});
The text was updated successfully, but these errors were encountered:
in posts 30 records:
posts.insert({
checkSum: checkSum, (md5)
topicId : topic, (integer)
topicName : name (long text, length ~ 100-200)
});
posts.find(null, null, function(results) {
sys.puts(results.length); //if results is "large" callback is not called, if results littleness we see output text 30
});
The text was updated successfully, but these errors were encountered: