Trying a different DB config.

This commit is contained in:
Eric van der Vlist 2022-10-03 16:04:43 +02:00
parent 3b23094de5
commit 07edc22d31
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const App: React.FC = () => {
return (
<IonApp>
<Provider store={store}>
<PouchDB name='dyomedea'>
<PouchDB name='dyomedea' auto_compaction={true} revs_limit={10} >
<Suspense fallback='loading...'>
<Map />
</Suspense>