Polish the Async Inline Caching Sample Guide based on review and feedback.
Add (URL) links to the Sample Guide and Code Example in the 'Asynchronous Inline Caching' section of the 'Caching with Apache Geode' chapter in the reference documentation. Correct the Code Example URL in the samples.adoc for the Asynchronous Inline Caching Sample.
This commit is contained in:
@@ -69,8 +69,8 @@ public class AsyncInlineCachingConfiguration {
|
||||
GolferRepository golferRepository) {
|
||||
|
||||
return AsyncInlineCachingRegionConfigurer.create(golferRepository, GOLFERS_REGION_NAME)
|
||||
.withQueueBatchTimeInterval(Duration.ofMillis(queueBatchTimeIntervalMilliseconds))
|
||||
.withQueueBatchSize(1000000)
|
||||
.withQueueBatchTimeInterval(Duration.ofMillis(queueBatchTimeIntervalMilliseconds))
|
||||
.withQueueDispatcherThreadCount(1);
|
||||
}
|
||||
// end::queue-batch-time-interval[]
|
||||
|
||||
Reference in New Issue
Block a user