SetMaximumResultSize

Hello,

I have tried to set the maximum result size for my account by calling the following URL but I still get 15 flights returned when I call the FlightInfoEx method. The urls are:

https://flightxml.flightaware.com/json/FlightXML2/SetMaximumResultSize?max_size=60

https://flightxml.flightaware.com/json/FlightXML2/FlightInfoEx?ident=AAL100&howmany=60&offset=0

Is there a time delay before the maximum size records takes affect? If not can you help me with my url calls. Note that when I call both methods I receive the correct responses suggesting all is ok.

Thanks

Stewart

The effect is immediate for the next call that you make.

I notice that your account has multiple FlightXML keys allocated. The SetMaximumResultSize setting affects requests made with that same key, so if your application is using another key to perform the actual queries, then that might be part of your problem.

Currently, I see that only your key that begins with “aec…” is enabled for 60 results, while the rest still have the default limit configured.