mirror of
https://github.com/fluencelabs/fluid
synced 2025-06-17 07:11:21 +00:00
Implement limit for Rust
This commit is contained in:
@ -83,7 +83,7 @@ class RequestJSONEventsHandler extends JSONHandler {
|
||||
|
||||
setString(name: string, value: string): void {
|
||||
this.offset = 0;
|
||||
this.count = 0;
|
||||
this.count = 100;
|
||||
|
||||
if (name == "action") {
|
||||
this.action = value;
|
||||
|
Reference in New Issue
Block a user