hapi-fhir/hapi-fhir-jpaserver-elastic.../src/test
michaelabuckley 929767a09b
Change to a minimal first pre-fetch to avoid latency on the async path. (#4174)
* Change to a minimal first pre-fetch to avoid latency on the async path.

The "async" path is now synchronous, and was causing latency for first page by loading 500 results.
We avoid pre-fetch on the first page, and only pre-fetch after users fetch the second page.

* Fix a nasty bug continuing a pre-fetched search.

* Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_2_0/3664-shorten-first-prefetch.yaml

* Patch up tests that assumed 500 pre-fetch first step
2022-10-21 20:45:30 +00:00
..
java/ca/uhn/fhir/jpa Change to a minimal first pre-fetch to avoid latency on the async path. (#4174) 2022-10-21 20:45:30 +00:00
resources Add R4B Support (#4150) 2022-10-20 13:57:06 -07:00