We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ece2e commit d4ca396Copy full SHA for d4ca396
http/src/cache.lua
@@ -125,7 +125,7 @@ Cache.global_cache_index = {}
125
local global_cache_queue = {}
126
127
local global_cache_enabled, ds_cache = pcall(function() return DS:GetDataStore("HttpRequestsCache") end)
128
-dlog("global cache enabled:", global_cache_enabled)
+dlog("global cache useable:", global_cache_enabled)
129
130
if global_cache_enabled then
131
Cache.global_cache_index = ds_cache:GetAsync("index") or {} -- dynamically updating index using messagingservice
0 commit comments