Commit 7f0d42d
committed
feat(scanner): enable use of a setting to disable DB transaction
while doing a files scan from storage, we may want not to use DB transactions
enable the use of a setting for that
define filescanner_no_transactions in system config to enable this (i.e. in config.php)
Signed-off-by: Matthieu Gallien <[email protected]>
Signed-off-by: Louis Chmn <[email protected]>1 parent 24ae53b commit 7f0d42d
3 files changed
+13
-7
lines changed- composer.json+1-1
- composer.lock+11-7
- composer/installed.json+11-7
- composer/installed.php+3-3
- symfony/http-foundation/BinaryFileResponse.php+4-4
- symfony/http-foundation/Cookie.php+2-2
- symfony/http-foundation/File/Exception/AccessDeniedException.php+1-1
- symfony/http-foundation/File/Exception/FileNotFoundException.php+1-1
- symfony/http-foundation/File/Exception/UnexpectedTypeException.php+1-1
- symfony/http-foundation/File/File.php+4-4
- symfony/http-foundation/File/UploadedFile.php+2-2
- symfony/http-foundation/HeaderBag.php+2-2
- symfony/http-foundation/HeaderUtils.php+1-1
- symfony/http-foundation/InputBag.php+5-5
- symfony/http-foundation/IpUtils.php+2-2
- symfony/http-foundation/JsonResponse.php+2-2
- symfony/http-foundation/ParameterBag.php+5-5
- symfony/http-foundation/RedirectResponse.php+2-2
- symfony/http-foundation/Request.php+53-21
- symfony/http-foundation/Response.php+4-4
- symfony/http-foundation/ResponseHeaderBag.php+8-8
- symfony/http-foundation/Session/SessionUtils.php+2-2
- symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php+2-2
- symfony/http-foundation/Session/Storage/Handler/IdentityMarshaller.php+1-1
- symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php+1-1
- symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php+2-2
- symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php+7-7
- symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php+1-1
- symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php+2-2
- symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php+1-1
- symfony/http-foundation/Session/Storage/MockArraySessionStorage.php+1-1
- symfony/http-foundation/Session/Storage/MockFileSessionStorage.php+1-1
- symfony/http-foundation/Session/Storage/NativeSessionStorage.php+5-5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| 84 | + | |
| 85 | + | |
82 | 86 | | |
83 | | - | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
0 commit comments