rivet-gg / opengb

Open Game Backend: Open-source modular backend for all games and tools. Works with Godot, Unity, Unreal Engine, and HTML5.
https://opengb.dev
Apache License 2.0
72 stars 5 forks source link

Disable internal schema validation in production (performance) #324

Open Blckbrry-Pi opened 1 month ago

Blckbrry-Pi commented 1 month ago

Only incoming requests from the user will be verified.

All internal requests and outgoing responses will be assumed to be correct.

linear[bot] commented 1 month ago

OGBE-137 Disable internal schema validation in production (performance)