Remove action_listen

Hello everyone :slightly_smiling_face::wave:

It seems that the action_listen interferes with one of my custom actions on the Rasa-X-server and I would like to know how I could remove the action_listen from there. I think the action_listen is added by default to my domain.yml file, but I don’t see how I can remove this action. My custom action needs around 15-20 seconds to give an answer. I need this time so my chatbot can ran properly on my server.

DEFAULT_STREAM_READING_TIMEOUT_IN_SECONDS=25

On my local computer the chatbot works just fine, because there I was able to adjust the above code line and the action_listen was not included in the rasa_shell.

Any suggestions?

Thanks a lot

Toby