Skip to content

Commit 3782f2a

Browse files
committed
config: added 'optimize_queries' default (cf #47)
1 parent b5ae3ed commit 3782f2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pyrocore/data/config/config.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ engine = pyrocore.torrent.rtorrent:RtorrentEngine
1313
# Location of your rtorrent configuration
1414
rtorrent_rc = ~/.rtorrent.rc
1515

16+
# Use query optimizer? (needs rtorrent-ps 1.1+ or rtorrent 0.9.7+)
17+
optimize_queries = False
18+
1619
# Glob patterns of superfluous files that can be safely deleted when data files are removed
1720
waif_pattern_list = *~ *.swp
1821

0 commit comments

Comments
 (0)