- Save session data and fast resume data sooner on exit (in case)

This commit is contained in:
Christophe Dumez 2008-12-27 10:02:42 +00:00
parent cddc3a0a43
commit 45efcfce13
2 changed files with 7 additions and 2 deletions

View file

@ -83,9 +83,10 @@ bittorrent::bittorrent() : DHTEnabled(false), preAllocateAll(false), addInPause(
bittorrent::~bittorrent() {
qDebug("BTSession deletion");
// Do some BT related saving
saveDHTEntry();
// XXX: Done in GUI now (earlier = safer)
/*saveDHTEntry();
saveSessionState();
saveFastResumeData();
saveFastResumeData();*/
// Set Session settings
session_settings ss;
ss.tracker_receive_timeout = 1;