You are here

optimizedb.schema.yml in OptimizeDB 8

config/schema/optimizedb.schema.yml

File

config/schema/optimizedb.schema.yml
View source
  1. # Schema for the configuration files of the Optimizedb module.
  2. optimizedb.settings:
  3. type: config_object
  4. label: 'Optimizedb settings'
  5. mapping:
  6. last_optimization:
  7. type: integer
  8. label: 'Timestamp last optimization'
  9. optimization_period:
  10. type: integer
  11. label: 'Optimization period in days.'
  12. tables_size:
  13. type: integer
  14. label: 'Size of all site tables.'
  15. notify_optimize:
  16. type: boolean
  17. label: 'Status notify about optimization.'