Skip to content

Commit e9af7f4

Browse files
committed
fix: Decrease /loadSources files count
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 37713a9 commit e9af7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AppInfo/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Application extends App implements IBootstrap {
3737
public const CC_DEFAULT_REQUEST_TIMEOUT = 60 * 50; // 50 mins
3838
// max size per file + max size of the batch of files to be embedded in a single request
3939
public const CC_MAX_SIZE = 100 * 1024 * 1024; // 100MB
40-
public const CC_MAX_FILES = 100;
40+
public const CC_MAX_FILES = 25;
4141
public const MIMETYPES = [
4242
'text/plain',
4343
'text/markdown',

0 commit comments

Comments
 (0)