You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2019/02/03 23:51:56 UTC

svn commit: r1852865 - in /comdev/helpwanted.apache.org/site: admin/elastic.lua lib/elastic.lua

Author: sebb
Date: Sun Feb  3 23:51:55 2019
New Revision: 1852865

URL: http://svn.apache.org/viewvc?rev=1852865&view=rev
Log:
Unused

Modified:
    comdev/helpwanted.apache.org/site/admin/elastic.lua
    comdev/helpwanted.apache.org/site/lib/elastic.lua

Modified: comdev/helpwanted.apache.org/site/admin/elastic.lua
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/admin/elastic.lua?rev=1852865&r1=1852864&r2=1852865&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/admin/elastic.lua (original)
+++ comdev/helpwanted.apache.org/site/admin/elastic.lua Sun Feb  3 23:51:55 2019
@@ -20,8 +20,7 @@
 local http = require 'socket.http'
 local JSON = require 'cjson'
 local config = {
-    es_url = "http://localhost:9200/helpwanted/",
-    maxResults = 100
+    es_url = "http://localhost:9200/helpwanted/"
 }
 local default_doc = "item"
 

Modified: comdev/helpwanted.apache.org/site/lib/elastic.lua
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/lib/elastic.lua?rev=1852865&r1=1852864&r2=1852865&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/lib/elastic.lua (original)
+++ comdev/helpwanted.apache.org/site/lib/elastic.lua Sun Feb  3 23:51:55 2019
@@ -20,8 +20,7 @@
 local http = require 'socket.http'
 local JSON = require 'cjson'
 local config = {
-    es_url = "http://localhost:9200/helpwanted/",
-    maxResults = 100
+    es_url = "http://localhost:9200/helpwanted/"
 }
 local default_doc = "item"