Switch to side-by-side view

--- a/src/index/indexer.cpp
+++ b/src/index/indexer.cpp
@@ -41,7 +41,7 @@
       m_dobeagle(false), m_beagler(0),
       m_updater(updfunc)
 {
-    m_config->getConfParam("processbeaglequeue", &m_dobeagle);
+    m_config->getConfParam("processwebqueue", &m_dobeagle);
 }
 
 ConfIndexer::~ConfIndexer()