Changeset 182 in tracdarcs


Ignore:
Timestamp:
06/11/10 10:13:00 (3 years ago)
Author:
lele@…
Hash name:
20100611081300-97f81-bc5c1f7acf0c168bbfa9fb911e3cc2a4e71d5eef
Message:

Use 0, not "false", to indicate unlimited number of concurrent darcses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tracdarcs/components.py

    r174 r182  
    3838                           "Name of the external darcs binary.") 
    3939 
    40     max_concurrent_darcses = Option('darcs', 'max_concurrent_darcses', 'false', 
    41                                     "Max number of concurrent darcses running per repository.") 
     40    max_concurrent_darcses = Option('darcs', 'max_concurrent_darcses', 0, 
     41                                    "Max number of concurrent darcses running per " 
     42                                    "repository (0 means unlimited).") 
    4243 
    4344    possible_encodings = Option('darcs', 'possible_encodings', 'utf-8,iso8859-1', 
Note: See TracChangeset for help on using the changeset viewer.