We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b53f5 commit 48f5578Copy full SHA for 48f5578
1 file changed
lib/server/cache.js
@@ -53,7 +53,7 @@ function cache (env, ctx) {
53
}
54
55
data.isEmpty = (datatype) => {
56
- return data[datatype].length == 0;
+ return data[datatype].length < 20;
57
58
59
data.getData = (datatype) => {
0 commit comments