Exclude a server from being limited in a Simple queue.

Hello.
Today I have found that excluding a server from being limited in a simple queue by moving it to the top does not work anymore. It worked as I remember on 5-th version of RouterOS. And it doesn’t on v.6.29.

Here is my config:
0 name=“Main” target=192.168.1.0/24 parent=none packet-marks=“”
priority=1/1 queue=default-small/default-small limit-at=0/0
max-limit=10M/10M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-priority=1

1 name=“Servers”
target=192.168.1.1/32,192.168.1.3/32,192.168.1.4/32,192.168.1.14/32
parent=Main packet-marks=“” priority=3/3
queue=default-small/default-small limit-at=0/0 max-limit=0/0
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-priority=3

2 name=“Office” target=192.168.1.0/24 parent=Main packet-marks=“”
priority=6/6 queue=default-small/default-small limit-at=0/0
max-limit=2M/2M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-priority=6

I’m trying to download something from server 192.168.1.14 and I see that it’s been limited by 2M (rule No.2)