You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2017/01/09 16:21:58 UTC

[24/50] [abbrv] incubator-unomi git commit: Document new segment update parameter

Document new segment update parameter


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/ca5c9901
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/ca5c9901
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/ca5c9901

Branch: refs/heads/master
Commit: ca5c99011a54c802c1542309d4726889be8445b4
Parents: 1cd827a
Author: Serge Huber <sh...@apache.org>
Authored: Fri Dec 16 11:19:15 2016 +0100
Committer: Serge Huber <sh...@apache.org>
Committed: Fri Dec 16 11:19:15 2016 +0100

----------------------------------------------------------------------
 services/src/main/resources/org.apache.unomi.services.cfg | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/ca5c9901/services/src/main/resources/org.apache.unomi.services.cfg
----------------------------------------------------------------------
diff --git a/services/src/main/resources/org.apache.unomi.services.cfg b/services/src/main/resources/org.apache.unomi.services.cfg
index 380914a..d69da60 100644
--- a/services/src/main/resources/org.apache.unomi.services.cfg
+++ b/services/src/main/resources/org.apache.unomi.services.cfg
@@ -26,3 +26,7 @@ profile.purge.existTime=-1
 
 # Purge all sessions/events that have been created for a specific number of months
 event.purge.existTime=12
+
+# When performing segment updates, this controls the size of the scrolling query size used to iterate over all the
+# profiles that need updating
+segment.update.batchSize=1000