* Added a default low_diskspace check for 500MB.

* Properly catch the exceptions being thrown by the 'in_*' events.

* Expand ~ in ExecFile.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@950 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-08-07 15:14:57 +00:00
parent 37bc4c85c4
commit ef794b8eda
9 changed files with 62 additions and 22 deletions
+1
View File
@@ -220,6 +220,7 @@ main(int argc, char** argv) {
//"schedule = scheduler,10,10,download_scheduler=\n"
"schedule = session_save,1800,1800,session_save=\n"
"schedule = low_diskspace,5,60,close_low_diskspace=500M\n"
// Changing these will bork the (non-existant) scheduler.
"view_add = scheduler\n"