equal
deleted
inserted
replaced
589 default='', |
589 default='', |
590 ) |
590 ) |
591 coreconfigitem('web', 'allow_archive', |
591 coreconfigitem('web', 'allow_archive', |
592 default=list, |
592 default=list, |
593 ) |
593 ) |
|
594 coreconfigitem('web', 'allow_read', |
|
595 default=list, |
|
596 ) |
594 coreconfigitem('worker', 'backgroundclose', |
597 coreconfigitem('worker', 'backgroundclose', |
595 default=dynamicdefault, |
598 default=dynamicdefault, |
596 ) |
599 ) |
597 # Windows defaults to a limit of 512 open files. A buffer of 128 |
600 # Windows defaults to a limit of 512 open files. A buffer of 128 |
598 # should give us enough headway. |
601 # should give us enough headway. |