Merge lp:~james-w/udd/remove-max-threads-warning into lp:udd
Proposed by
James Westby
on 2012-04-04
| Status: | Merged |
|---|---|
| Merged at revision: | 571 |
| Proposed branch: | lp:~james-w/udd/remove-max-threads-warning |
| Merge into: | lp:udd |
| Diff against target: |
24 lines (+5/-3) 1 file modified
udd/scripts/mass_import.py (+5/-3) |
| To merge this branch: | bzr merge lp:~james-w/udd/remove-max-threads-warning |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Jonathan Lange (community) | 2012-04-04 | Approve on 2012-04-04 | |
|
Review via email:
|
|||
Commit Message
Don't warn if the max threads file isn't present.
Description of the Change
Hi,
Running the importer without a max_threads file works fine, and there is a
sane default for the number of threads. Therefore we shouldn't warn if the
file is missing, only if it is present but not readable or similar.
Thanks,
James
To post a comment you must log in.

Thanks!