You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cf biscuit-auth/biscuit#53 I added some limits to the Datalog engine execution in the Rust and Java version, to limit the number of facts ( memory usage), iterations and run time. It would be a good idea to add them ;)
The text was updated successfully, but these errors were encountered:
Yep, definitively a good idea to add this. I've added some restriction on the biscuit size in one of our clients, but this extra run time limit is better.
introduce run limits to the datalog world,
allowing to stop the execution when the processing
- takes too long
- generates too many facts
- exceeds the iteration limit
fix#42
introduce run limits to the datalog world,
allowing to stop the execution when the processing
- takes too long
- generates too many facts
- exceeds the iteration limit
fix#42
cf biscuit-auth/biscuit#53 I added some limits to the Datalog engine execution in the Rust and Java version, to limit the number of facts ( memory usage), iterations and run time. It would be a good idea to add them ;)
The text was updated successfully, but these errors were encountered: