forked from e621ng/e621ng
Revert "[PostVersions] Fix result window on search"
This reverts commit d53a0ead98
.
This commit is contained in:
parent
d02a12a6f0
commit
c3224e111e
@ -2,7 +2,7 @@
|
||||
|
||||
module PostVersionIndex
|
||||
def self.included(base)
|
||||
base.settings index: { number_of_shards: 8, number_of_replicas: 1, max_result_window: 250_000 } do
|
||||
base.settings index: {number_of_shards: 8, number_of_replicas: 1} do
|
||||
mappings dynamic: false do
|
||||
indexes :id, type: 'integer'
|
||||
indexes :post_id, type: 'integer'
|
||||
|
Loading…
Reference in New Issue
Block a user