jordanjay29 [deleted] You'd have to write an extension to override the floodgate once Beta 8 is out. There's no easy way to do it in Beta 7.1 without some deeper changes.
Kyrne [deleted] if you want to disable floodgate, comment out these lines: https://github.com/flarum/core/tree/v0.1.0-beta.7.1/src/Core/Post/Floodgate.php#L27-L29 If you want to increase the floodgate time, change the "-10 seconds" on this line to another (negative) number: https://github.com/flarum/core/tree/v0.1.0-beta.7.1/src/Core/Post/Floodgate.php#L38
Kyrne [deleted] Sorry, that's my bad. From your Flarum root dir: vendor/flarum/core/src/Core/Post/Floodgate.php