Simple queue not limiting uploads ?

I have 2 bridged ports and I’m trying to simple queue the
downloads and uploads but only downloads are limited:

From the manual:

[admin@MikroTik] queue simple> add name=Limit-Local interface=Local
... target-address=192.168.0.0/24 max-limit=65536/131072

Any ideas?
Thanks.

use interface=all instead of local.

Thanks!

I tried that and it worked but the mikrotik would actually
disconnect me sometimes, so I went and setup 2 download
queues on both the Local and Public interfaces to fix that.