Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

DirDepth

Summary

Sets the number of extra directories that will be made when storing a file.

Usage

 

DirDepth= number

Description

Filesystems have limitations on how many files you can store within one directory. In order to avoid these problems Exponential creates extra directories based on the first letters in the filename. This solution spreads the files over many directories. The DirDepth settings controls how many levels of extra directories Exponential should make.
The default setting '3' support millions of files and should be enough for most sites.

Examples

DirDepth=3

If you store the file test.jpg Exponential will store the file in the directory "t/e/s/" the complete path for the file will be "t/e/s/test.jpg".

Frederik Holljen (13/04/2005 12:14 pm)

Frederik Holljen (13/04/2005 1:34 pm)


Comments

There are no comments.