claude-buddy
Version:
Your friendly AI development companion for Claude Code - supercharge Claude Code with intelligent workflows and safety features
52 lines (26 loc) • 1.46 kB
Markdown
[**claude-buddy v1.0.0**](../../README.md)
***
[claude-buddy](../../modules.md) / [types](../README.md) / PerformanceConfig
# Interface: PerformanceConfig
Defined in: [types/config.ts:94](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L94)
Performance configuration settings
## Properties
### cacheEnabled
> **cacheEnabled**: `boolean`
Defined in: [types/config.ts:95](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L95)
***
### cacheTTL
> **cacheTTL**: `number`
Defined in: [types/config.ts:96](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L96)
***
### maxCacheSize
> **maxCacheSize**: `number`
Defined in: [types/config.ts:97](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L97)
***
### lazyLoading
> **lazyLoading**: `boolean`
Defined in: [types/config.ts:98](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L98)
***
### batchSize
> **batchSize**: `number`
Defined in: [types/config.ts:99](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/config.ts#L99)