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

default parameters

parent 9a3a0d29
No related branches found
No related tags found
No related merge requests found
......@@ -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