Skip to content
Snippets Groups Projects
Commit 6a800c44 authored by linh's avatar linh
Browse files

Merge branch 'gentus-public' into main

parents 0b64be22 f3544c86
Branches
No related tags found
Loading
......@@ -30,7 +30,7 @@ class UserActionPolicy(Policy):
# self.max_in_len = 500
# self.max_out_len = 100 if only_action else 200
self.max_in_len = 200
self.max_out_len = 50 # if only_action else 200
self.max_out_len = 100 if only_action else 200
max_act_len = kwargs.get("max_act_len", 3)
self.max_action_len = max_act_len
if "max_act_len" in kwargs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment