What is the maximum number of restful commands that can be queued? For each one I do quite a bit of work which takes several minutes sometimes. I see that I can queue up several of them with no problem but I do not know how safe this is and if I need to actually write a separate queuing routine.

Each command is around 1k bytes. What happens if I do to many? Crash, drops, or is it safe?