diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-11 16:12:01 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-06-11 16:12:01 -0400 |
| commit | da6e94396fb417077010d3a2e5f3282bf06234c3 (patch) | |
| tree | 2aa560be2283ab4a6be3198013df460982dee44f /MediaBrowser.Server.Implementations/Social/SharingRepository.cs | |
| parent | 96b1ddfddf43cdc4d18d1de0f49027ae6f0ea1ac (diff) | |
update connection pooling
Diffstat (limited to 'MediaBrowser.Server.Implementations/Social/SharingRepository.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Social/SharingRepository.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Implementations/Social/SharingRepository.cs b/MediaBrowser.Server.Implementations/Social/SharingRepository.cs index 8a895037e..c4243c1a7 100644 --- a/MediaBrowser.Server.Implementations/Social/SharingRepository.cs +++ b/MediaBrowser.Server.Implementations/Social/SharingRepository.cs @@ -31,9 +31,6 @@ namespace MediaBrowser.Server.Implementations.Social "create table if not exists Shares (Id GUID, ItemId TEXT, UserId TEXT, ExpirationDate DateTime, PRIMARY KEY (Id))", "create index if not exists idx_Shares on Shares(Id)", - //pragmas - "pragma temp_store = memory", - "pragma shrink_memory" }; |
