equal
deleted
inserted
replaced
746 default='paper', |
746 default='paper', |
747 ) |
747 ) |
748 coreconfigitem('web', 'templates', |
748 coreconfigitem('web', 'templates', |
749 default=None, |
749 default=None, |
750 ) |
750 ) |
|
751 coreconfigitem('web', 'view', |
|
752 default='served', |
|
753 ) |
751 coreconfigitem('worker', 'backgroundclose', |
754 coreconfigitem('worker', 'backgroundclose', |
752 default=dynamicdefault, |
755 default=dynamicdefault, |
753 ) |
756 ) |
754 # Windows defaults to a limit of 512 open files. A buffer of 128 |
757 # Windows defaults to a limit of 512 open files. A buffer of 128 |
755 # should give us enough headway. |
758 # should give us enough headway. |