~verterok/ubuntuone-client/fix-776386-1-6

« back to all changes in this revision

Viewing changes to data/syncdaemon.conf

Use "simultaneous transfers" and "maximum payload size" from configuration (LP: #767466).

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
use_trash.help = Send the files and folders to Trash folder instead of
92
92
    removing them permanently.
93
93
 
 
94
simult_transfers.default = 10
 
95
simult_transfers.parser = int
 
96
simult_transfers.help = Quantity of Uploads and Downloads that will be run
 
97
    in parallel.
 
98
 
 
99
max_payload_size.default = 1400
 
100
max_payload_size.parser = int
 
101
max_payload_size.help = The maximum payload for messages sent to the server.
 
102
 
94
103
 
95
104
[notifications]
96
105
show_all_notifications.default = True