Author Topic: Configuration Server Protocol : number of objects returned on syncronous request  (Read 2362 times)

Offline fabio.meschini

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Hi all,
i need to configure the maximum number of objects (CfgPerson for example) retured on a syncronous request using Configuration Protocol. At now the returned objects from a query is too large and serializing operation logged by the protocol require a lot of time for download all objects. I've seen that for a big query one part of the result is sent on the syncronous request while the rest of objects are returned by events.

There is a way to set the number of objects returned on syncronous request?

Thank you in advance.
Fabio