Alignak-monitoring-contrib / alignak-backend

Backend for alignak (REST API for configuration, retention, livestate, logs) based on Python Eve
GNU Affero General Public License v3.0
11 stars 4 forks source link

Default pagination limit is too low for huge configurations #485

Closed mohierf closed 6 years ago

mohierf commented 6 years ago

The default pagination limit configured for the backend is very low (50), especially when a huge configuration is managed!

For instance, loading a configuration with 800 hosts and 27000 services requires several minutes ! With a default pagination set to 5000 (rather than 50), only needs 25 seconds!