mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
11 lines
327 B
YAML
11 lines
327 B
YAML
|
---
|
||
|
Name: textextractionconfig
|
||
|
---
|
||
|
SilverStripe\Core\Injector\Injector:
|
||
|
# Define default FileTextCache implementation
|
||
|
SilverStripe\TextExtraction\Cache\FileTextCache:
|
||
|
class: SilverStripe\TextExtraction\Cache\FileTextCache\Database
|
||
|
|
||
|
SilverStripe\TextExtraction\Cache\FileTextCache\Database:
|
||
|
max_content_length: 500000
|