mirror of
https://github.com/viq/NewsBlur.git
synced 2025-04-13 09:38:09 +00:00
Lowering worker threads from 8 to 4 to conserve memory.
This commit is contained in:
parent
d29844634f
commit
391aa76dd6
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class Command(BaseCommand):
|
|||
help='Wait timeout in seconds when connecting to feeds.'),
|
||||
make_option('-V', '--verbose', action='store_true',
|
||||
dest='verbose', default=False, help='Verbose output.'),
|
||||
make_option('-w', '--workerthreads', type='int', default=8,
|
||||
make_option('-w', '--workerthreads', type='int', default=4,
|
||||
help='Worker threads that will fetch feeds in parallel.'),
|
||||
)
|
||||
|
||||
|
@ -53,4 +53,4 @@ class Command(BaseCommand):
|
|||
|
||||
os._exit(1)
|
||||
sys.exit()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue