diff --git a/src/pocketdb/web/PocketContentRpc.cpp b/src/pocketdb/web/PocketContentRpc.cpp index 099e2098a..bfc7b2f07 100644 --- a/src/pocketdb/web/PocketContentRpc.cpp +++ b/src/pocketdb/web/PocketContentRpc.cpp @@ -599,7 +599,7 @@ namespace PocketWeb::PocketWebRpc vector adrsExcluded; vector tagsExcluded; string address; - int depth = 60 * 24 * 30 * 6; // about 6 month + int depth = 60 * 24 * 30 * 1; // about 1 month ParseFeedRequest(request, topHeight, topContentHash, countOut, lang, tags, contentTypes, txIdsExcluded, adrsExcluded, tagsExcluded, address); // depth @@ -892,4 +892,4 @@ namespace PocketWeb::PocketWebRpc return res; } -} \ No newline at end of file +}