This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/base/bittorrent/addtorrentparams.h b/src/base/bittorrent/addtorrentparams.h | |
index 280849a..c5e4d2c 100644 | |
--- a/src/base/bittorrent/addtorrentparams.h | |
+++ b/src/base/bittorrent/addtorrentparams.h | |
@@ -43,7 +43,7 @@ namespace BitTorrent | |
QSet<QString> tags; | |
QString savePath; | |
bool disableTempPath = false; // e.g. for imported torrents | |
- bool sequential = false; | |
+ bool sequential = true; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700); | |
#bugzilla-body * { | |
font-family: 'Open Sans', sans-serif; | |
font-size: 14px; | |
} | |
#bugzilla-body table { | |
border-spacing: 5px 0px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dev/sda1 / ext4 noatime 0 1 | |
/dev/sda2 none swap sw 0 0 | |
# Bedrock Linux 1.0alpha2 /etc/fstab | |
# | |
# Things which should be mounted at boot go here. Additionally, things which | |
# should be mounted to share between clients should be placed here. | |
# | |
# It is recommended to make the core Bedrock accessible as a client as well, so | |
# that it can be accessed from within other clients. This is the only item |