Commit Graph

3 Commits

Author SHA1 Message Date
Rico van Zelst
f052ed3d7e feat(config): update octane cache settings
- Update the 'rows' value in the octane cache configuration from 100000 to 500.
- Update the 'bytes' value in the octane cache configuration from 70000 to 4000.
2024-01-18 00:06:17 +01:00
Rico van Zelst
e3cc331923 feat(config): increase Octane cache limits
Increase the maximum number of rows in the Octane cache from 1000 to 100000 and the number of bytes per row from 10000 to 70000. This change allows for more efficient caching and improves performance.
2024-01-13 20:49:26 +01:00
Rico van Zelst
83e94327d3 feat(octane): add Octane server configuration and listeners
This commit adds the necessary changes to the `composer.json` file to include the `laravel/octane` package as a dependency. It also introduces a new `config/octane.php` file that contains the configuration for Octane's server, HTTPS settings, event listeners, warm/flush bindings, Swoole tables, cache table, file watching, garbage collection threshold, and maximum execution time.

The added dependencies in `package.json` include `chokidar`, which is used for file watching functionality.

These changes enable the use of Laravel Octane for improved performance and efficiency in handling requests.
2024-01-13 19:24:23 +01:00