Commit b28ae575 authored by strong's avatar strong

单次获取thread 999999改为10

parent fcdc61b9
...@@ -348,7 +348,7 @@ exports.getThreadById = function(tid, callback) { ...@@ -348,7 +348,7 @@ exports.getThreadById = function(tid, callback) {
cb(null, null); cb(null, null);
return; return;
} }
getAllThreadByFidHelp(conditions, 1, 999999, null, function(err, threads) { getAllThreadByFidHelp(conditions, 1, 10, null, function(err, threads) {
if (err) { if (err) {
console.error(err); console.error(err);
cb(err, null); cb(err, null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment