diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-01 14:29:16 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-01 14:30:52 +0100 |
commit | 049a029170ccb1206c556ea56a579110d80752d2 (patch) | |
tree | c96bb1acff76deef493bc6cc077b4c1117f304d2 | |
parent | 8dd53c80f53d504b9e2c9a8e20e98bdedb477824 (diff) |
doc/telegram-chat: add hint on output size
-rw-r--r-- | doc/telegram-chat.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/telegram-chat.md b/doc/telegram-chat.md index 0c1e157..c3983d3 100644 --- a/doc/telegram-chat.md +++ b/doc/telegram-chat.md @@ -85,6 +85,12 @@ The command is run in background while the script waits for it - about 20 seconds at maximum. A command exceeding that time continues to run in background, but the output in the message is missing or truncated then. +### Output size + +RouterOS is limited in reading file content to a size of about four +kilobytes. Reading larger files does just fail, and that is also the limit +for command output. + ### Sending commands to a group Adding a bot to a group allows it to send messages to that group. To allow |