equal
deleted
inserted
replaced
629 default=False, |
629 default=False, |
630 ) |
630 ) |
631 coreconfigitem('web', 'port', |
631 coreconfigitem('web', 'port', |
632 default=8000, |
632 default=8000, |
633 ) |
633 ) |
|
634 coreconfigitem('web', 'prefix', |
|
635 default='', |
|
636 ) |
634 coreconfigitem('worker', 'backgroundclose', |
637 coreconfigitem('worker', 'backgroundclose', |
635 default=dynamicdefault, |
638 default=dynamicdefault, |
636 ) |
639 ) |
637 # Windows defaults to a limit of 512 open files. A buffer of 128 |
640 # Windows defaults to a limit of 512 open files. A buffer of 128 |
638 # should give us enough headway. |
641 # should give us enough headway. |