allOrders weight without symbol

According to the API documentation:

GET /api/v3/openOrders
Weight: 3 for a single symbol; 40 when the symbol parameter is omitted

and
GET /api/v3/allOrders, the weight is:
Weight: 10 with symbol

What is the weight without symbol? Also 40? Please add this information to the API documentation of allOrders.

Unfortunately the symbol parameter is required when using the allOrders spot endpoint.