Skip to content

Commit

Permalink
Add clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Mar 5, 2024
1 parent c64923f commit b9fdd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gm_express/sh_helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ express.timeout = CreateConVar(
)
express.useRanges = CreateConVar(
"express_use_ranges", tostring( 1 ), FCVAR_ARCHIVE + FCVAR_REPLICATED,
"Whether or not to request data in Ranges. (Improves stability for bad internets, might avoid some bugs)", 0, 1
"Whether or not to request data in Ranges. (Improves stability for bad internets, might avoid some bugs, could slow things down)", 0, 1
)
express.compressThreshold = CreateConVar(
"express_compress_threshold", tostring( 20 * 1024 * 1024 ), FCVAR_ARCHIVE + FCVAR_REPLICATED,
Expand Down

0 comments on commit b9fdd99

Please sign in to comment.