Trying a different DB config.
This commit is contained in:
parent
3b23094de5
commit
07edc22d31
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue