Skip to content

Commit 133a990

Browse files
committed
Revert "refactor(streamingRequest): wait 10 years for assets to load"
This reverts commit 03db59c. This was sarcasm btw. I still hate you people.
1 parent 6b12831 commit 133a990

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

imports/streamingRequest/client.lua

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
local tenYears = 3.1536e+11 -- because fucktards keep complaining
2-
31
---@async
42
---@generic T : string | number
53
---@param request function
@@ -19,7 +17,7 @@ function lib.streamingRequest(request, hasLoaded, assetType, asset, timeout, ...
1917

2018
return lib.waitFor(function()
2119
if hasLoaded(asset) then return asset end
22-
end, ("failed to load %s '%s' - this is likely caused by unreleased assets"):format(assetType, asset), timeout or tenYears)
20+
end, ("failed to load %s '%s' - this is likely caused by unreleased assets"):format(assetType, asset), timeout or 10000)
2321
end
2422

2523
return lib.streamingRequest

0 commit comments

Comments
 (0)