Trying a different DB config.
This commit is contained in:
parent
3b23094de5
commit
07edc22d31
|
@ -32,7 +32,7 @@ const App: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
<IonApp>
|
<IonApp>
|
||||||
<Provider store={store}>
|
<Provider store={store}>
|
||||||
<PouchDB name='dyomedea'>
|
<PouchDB name='dyomedea' auto_compaction={true} revs_limit={10} >
|
||||||
<Suspense fallback='loading...'>
|
<Suspense fallback='loading...'>
|
||||||
<Map />
|
<Map />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
|
|
Loading…
Reference in New Issue