~time-drive-devel/time-drive/time-drive.sync

« back to all changes in this revision

Viewing changes to resources/AppSettings.config

  • Committer: Rob Oakes
  • Date: 2012-11-20 20:51:18 UTC
  • Revision ID: rob.oakes@oak-tree.us-20121120205118-vsnczzuitwyp0ma3
Added code to check that background threads are finished before processing their results. Deleting the threads too early was resulting in application crashes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
Local-Settings = 'Settings-Directory'
10
10
Exclude = .DS_STORE, .ds_store, .DS_Store, .CONFIG
11
11
AppName = 'Time-Drive'
12
 
FailedUploadPause = 30000
13
 
FailedDownloadPause = 30000
 
 
b'\\ No newline at end of file'
 
12
FailedLocalCheckPause = 1000
 
13
FailedUploadPause = 5000
 
14
FailedDownloadPause = 5000
 
15
LocalCheckInterval = 50000
 
 
b'\\ No newline at end of file'