Skip to content

Commit

Permalink
Fixes & improvements:
Browse files Browse the repository at this point in the history
* use `.child` instead of string concats on paths
* remove unnecessary `limit(999999)` for queries with filters
* use `.get` instead of `.query` to get all data
* using `skip` and `limit` args of `GetAllTypeNoTypeFieldMeshFiltered`
* use `==` instead of `in` operator in `RemoveSMBIOS` and `GetSMBIOS`
* use `.count` insetad of `.get` in `getDbStats`
* use `.get` instead of `.query` in `getPlugins`, custom sort function
  • Loading branch information
appy-one committed Sep 16, 2022
1 parent 3075398 commit c745a5e
Showing 1 changed file with 73 additions and 48 deletions.

0 comments on commit c745a5e

Please sign in to comment.