ENH - configure GIPHY provider timeout

This commit is contained in:
Leon.Schmidt
2026-08-06 18:31:10 +02:00
parent 52c1e6e219
commit ab26a7f1b8
+2 -1
View File
@@ -2,7 +2,7 @@ Config.Bridge = {
Framework = "auto", -- auto, esx, qbox, qb
Inventory = "auto", -- auto, ox, qb, lj, qs, codem, core, mf
Locale = "en",
CallbackTimeout = 5000,
CallbackTimeout = 15000,
Debug = false,
DebugLevels = {
info = true,
@@ -48,6 +48,7 @@ Config.Messages = {
}
Config.Media = {
GiphyApiKey = "",
GifPageSize = 24,
GifRating = "pg-13",
UrlMaxLength = 2048,