Skip to content

Commit 182db47

Browse files
new pragmas
1 parent 58a3eee commit 182db47

File tree

6 files changed

+12
-14
lines changed

6 files changed

+12
-14
lines changed

asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.02152627.css",
4-
"main.js": "/static/js/main.511f8fb4.js",
4+
"main.js": "/static/js/main.cd00c683.js",
55
"static/media/roboto-all-500-normal.woff": "/static/media/roboto-all-500-normal.0ab669b7a0d19b178f57.woff",
66
"static/media/roboto-all-700-normal.woff": "/static/media/roboto-all-700-normal.a457fde362a540fcadff.woff",
77
"static/media/roboto-all-400-normal.woff": "/static/media/roboto-all-400-normal.c5d001fa922fa66a147f.woff",
@@ -36,10 +36,10 @@
3636
"static/media/roboto-greek-ext-700-normal.woff2": "/static/media/roboto-greek-ext-700-normal.bd9854c751441ccc1a70.woff2",
3737
"index.html": "/index.html",
3838
"main.02152627.css.map": "/static/css/main.02152627.css.map",
39-
"main.511f8fb4.js.map": "/static/js/main.511f8fb4.js.map"
39+
"main.cd00c683.js.map": "/static/js/main.cd00c683.js.map"
4040
},
4141
"entrypoints": [
4242
"static/css/main.02152627.css",
43-
"static/js/main.511f8fb4.js"
43+
"static/js/main.cd00c683.js"
4444
]
4545
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Pioreactor"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><script defer="defer" src="/static/js/main.511f8fb4.js"></script><link href="/static/css/main.02152627.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Pioreactor"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><script defer="defer" src="/static/js/main.cd00c683.js"></script><link href="/static/css/main.02152627.css" rel="stylesheet"></head><body><div id="root"></div></body></html>

pioreactorui/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,8 @@ def _get_app_db_connection():
182182
PRAGMA temp_store = 2; -- stop writing small files to disk, use mem
183183
PRAGMA busy_timeout = 15000;
184184
PRAGMA foreign_keys = ON;
185-
PRAGMA synchronous = NORMAL;
186185
PRAGMA auto_vacuum = INCREMENTAL;
187-
PRAGMA cache_size = -20000;
186+
PRAGMA cache_size = -4000;
188187
"""
189188
)
190189

@@ -205,9 +204,8 @@ def _get_temp_local_metadata_db_connection():
205204
PRAGMA temp_store = 2; -- stop writing small files to disk, use mem
206205
PRAGMA busy_timeout = 15000;
207206
PRAGMA foreign_keys = ON;
208-
PRAGMA synchronous = NORMAL;
209207
PRAGMA auto_vacuum = INCREMENTAL;
210-
PRAGMA cache_size = -20000;
208+
PRAGMA cache_size = -4000;
211209
"""
212210
)
213211

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)