This repository was archived by the owner on Mar 24, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "type" : " project" ,
66 "license" : " MIT" ,
77 "require" : {
8- "php" : " >=8.1 " ,
9- "cakephp/cakephp" : " ^5.0.1 " ,
8+ "php" : " >=8.2 " ,
9+ "cakephp/cakephp" : " ^5.3.0 " ,
1010 "cakephp/migrations" : " ^4.0.0" ,
1111 "cakephp/plugin-installer" : " ^2.0" ,
12- "mobiledetect/mobiledetectlib" : " ^3.74 "
12+ "mobiledetect/mobiledetectlib" : " ^4.8.03 "
1313 },
1414 "require-dev" : {
1515 "cakephp/bake" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 107107 * Duration will be set to '+2 minutes' in bootstrap.php when debug = true
108108 * If you set 'className' => 'Null' core cache will be disabled.
109109 */
110- '_cake_core_ ' => [
110+ '_cake_translations_ ' => [
111111 'className ' => FileEngine::class,
112- 'prefix ' => 'myapp_cake_core_ ' ,
112+ 'prefix ' => 'myapp_cake_translations_ ' ,
113113 'path ' => CACHE . 'persistent ' . DS ,
114114 'serialize ' => true ,
115115 'duration ' => '+1 years ' ,
Original file line number Diff line number Diff line change 88Adapterman::init ();
99
1010$ http_worker = new Worker ('http://0.0.0.0:8080 ' );
11- $ http_worker ->count = (int ) shell_exec ('nproc ' ) * 2 ;
11+ $ http_worker ->count = (int ) shell_exec ('nproc ' ) * 4 ;
1212$ http_worker ->reusePort = true ;
1313$ http_worker ->name = 'AdapterMan-CakePHP ' ;
1414
You can’t perform that action at this time.
0 commit comments