prefetching

This commit is contained in:
Dr Masroor Ehsan 2025-01-28 09:33:55 +06:00
parent 995aae3cc5
commit 7269c5e7e6

View File

@ -19,6 +19,14 @@ window.config = {
}, },
], ],
}, },
studyPrefetcher: {
enabled: true,
displaySetCount: 2,
maxNumPrefetchRequests: 8,
order: 'closest',
},
whiteLabeling: { whiteLabeling: {
/* Used to replace the default Logo */ /* Used to replace the default Logo */
createLogoComponentFn: function (React) { createLogoComponentFn: function (React) {