Implement limit for Rust

This commit is contained in:
folex
2019-08-18 16:22:15 +03:00
parent 959143a5d7
commit ae9b018f04
10 changed files with 71 additions and 29 deletions

View File

@ -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;