~rmcbride/ubuntu/lucid/ubuntuone-client/fixucg

« back to all changes in this revision

Viewing changes to data/syncdaemon.conf

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2009-08-26 12:15:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090826121500-rivjec5146epys62
Tags: 0.93.0-0ubuntu1
* New upstream release.
  - Fix crash with KeyError in __getitem__ (LP: #404934)
  - Fix fatal error constant occurrances (LP: #414635)
  - Fix ability to reauthorize (LP: #406897)
  - Get rid of animated icon, and false activity status (LP: #414925)
* Update Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
root_dir.parser = home_dir
19
19
root_dir.help = Use the specified directory as the root
20
20
 
 
21
shares_dir.default = ubuntuone/shares
 
22
shares_dir.parser = xdg_data
 
23
shares_dir.help = Use the specified directory as shares root
 
24
 
21
25
data_dir.default = ubuntuone/syncdaemon
22
 
data_dir.parser = cache_dir
 
26
data_dir.parser = xdg_cache
23
27
data_dir.help = Use the specified directory to store the metadata
24
28
 
25
29
realm.default = https://ubuntuone.com
48
52
log_level.help = Set the log level (TRACE, DEBUG, INFO, WARNING, ERROR, NOTE 
49
53
    CRITICAL, FATAL)
50
54
 
51
 
disable_fsync_md.default = False
52
 
disable_fsync_md.parser = bool
53
 
disable_fsync_md.action = store_true
54
 
disable_fsync_md.help = Disable fsync of metadata files on each write.
55
 
    *WARNING*: this might cause metadata corruption on power failure
56
 
 
57
55
send_events_over_dbus.default = False
58
56
send_events_over_dbus.parser = bool
59
57
send_events_over_dbus.action = store_true
60
58
send_events_over_dbus.help = Enable sending "Event" singals for each internal 
61
59
    event
62
60
 
 
61
handshake_timeout.default = 30
 
62
handshake_timeout.parser = int
 
63
handshake_timeout.help = The timeout for the connection and related states, in seconds
 
64
 
 
65
max_handshake_timeouts.default = 10
 
66
max_handshake_timeouts.parser = int
 
67
max_handshake_timeouts.help = The number of consecutive handshake timeouts
 
68
                              before we give up
 
69
 
63
70
[debug]
64
71
lsprof_file.metavar = FILE
65
72
lsprof_file.help = Profile execution using the lsprof profiler, and write the