We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37713a9 commit e9af7f4Copy full SHA for e9af7f4
lib/AppInfo/Application.php
@@ -37,7 +37,7 @@ class Application extends App implements IBootstrap {
37
public const CC_DEFAULT_REQUEST_TIMEOUT = 60 * 50; // 50 mins
38
// max size per file + max size of the batch of files to be embedded in a single request
39
public const CC_MAX_SIZE = 100 * 1024 * 1024; // 100MB
40
- public const CC_MAX_FILES = 100;
+ public const CC_MAX_FILES = 25;
41
public const MIMETYPES = [
42
'text/plain',
43
'text/markdown',
0 commit comments