<?xml version="1.0" encoding="utf-8"?>
<Configuration>
  <Property Name="PageSize">
    <int>4096</int>
  </Property>
  <Property Name="LockTimeout">
    <int>30000</int>
  </Property>
  <Property Name="DatabaseFileName">
    <string>Datastore.s3db</string>
  </Property>
  <Property Name="UseExclusiveMode">
    <boolean>false</boolean>
  </Property>
  <Property Name="WalAutocheckpointAfterPages">
    <int>32768</int>
  </Property>
  <Property Name="UseTempStoreMemory">
    <boolean>true</boolean>
  </Property>
  <Property Name="UseMultiThreading">
    <boolean>true</boolean>
  </Property>
  <Property Name="CacheSizeInKiloBytes">
    <int>262144</int>
  </Property>
  <Property Name="ChunkSizeInMegabytes">
    <int>16</int>
  </Property>
  <Property Name="EnableDebugLogging">
    <boolean>false</boolean>
  </Property>
  <Property Name="EnableTraceLogging">
    <boolean>false</boolean>
  </Property>
</Configuration>