Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #157 from Pluviolithic/dev
Browse files Browse the repository at this point in the history
Fix auto hatch bug
  • Loading branch information
Pluviolithic authored Feb 4, 2024
2 parents a40770a + 60f26c6 commit 1bc5a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/Remotes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local t = require(ReplicatedStorage.Common.lib.t)
local Remotes = Net.CreateDefinitions {
HatchEggs = Net.Definitions.ServerFunction {
Net.Middleware.RateLimit {
MaxRequestsPerMinute = 20,
MaxRequestsPerMinute = 60,
},
Net.Middleware.TypeChecking(t.number, t.string),
},
Expand Down

0 comments on commit 1bc5a60

Please sign in to comment.