Clients declarations line in model file are expanded when cache file is created. If you have a large number of clients (> 5000), file parsing when reading it could be quite slow.
This should not be expanded anymore. This could be done quite easily fixing ModelFile class and iter_clients() but this would break Update command which expect Modet.get() to return an already expanded content.
Clients
declarations line in model file are expanded when cache file is created. If you have a large number of clients (> 5000), file parsing when reading it could be quite slow. This should not be expanded anymore. This could be done quite easily fixingModelFile
class anditer_clients()
but this would break Update command which expectModet.get()
to return an already expanded content.Reported by: degremont