reduce cache time for posts

This commit is contained in:
ThePenguinDev 2023-08-18 17:28:53 -04:00
parent dea0f2e996
commit 533eb631e2

View file

@ -5,7 +5,7 @@
"provider": "Wizstat",
"canget": ["Profile", "Posts", "Post", "load_more", "Comments"],
"ttl": {
"posts": "30m",
"posts": "10m",
"post": "2d"
}
},
@ -15,7 +15,7 @@
"provider": "Imgsed",
"canget": ["Posts", "Post", "load_more", "Comments"],
"ttl": {
"posts": "30m",
"posts": "10m",
"post": "2d"
}
},
@ -25,7 +25,7 @@
"provider": "Greatfon",
"canget": ["Profile", "Posts", "Post", "Tags", "Search", "Comments"],
"ttl": {
"posts": "40m",
"posts": "10m",
"post": "2d",
"search": "1d"
}
@ -36,7 +36,7 @@
"provider": "Greatfon",
"canget": ["Profile", "Posts", "Post", "Tags", "Search", "Comments"],
"ttl": {
"posts": "40m",
"posts": "10m",
"post": "2d",
"search": "1d"
}