# 如何取消采集的限制

{% hint style="info" %}
**`限制为空的正确格式`**

<mark style="color:green;">**`正确示范`**</mark>

```
limit:
      lore:
        - "NULL"
      papi:
        - "NULL"
      permission:
        - "NULL"
```

<mark style="color:red;">**`错误示范`**</mark>

```
limit:
      lore:
        - "NULL<->没有lore"
      papi:
        - "NULL<->不满足papi"
      permission:
        - "NULL<->没有pex"
```

{% endhint %}
