mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
feat(bot): config key to toggle local cache lookups
This commit is contained in:
parent
20ab671f98
commit
84652d6e3d
3 changed files with 21 additions and 16 deletions
|
|
@ -22,6 +22,7 @@ public class BotConfig
|
|||
public bool UseRedisRatelimiter { get; set; } = false;
|
||||
|
||||
public string? HttpCacheUrl { get; set; }
|
||||
public bool HttpUseInnerCache { get; set; } = false;
|
||||
|
||||
public string? RedisGatewayUrl { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue