
om.liferay.sync.service.1.3.2.source-code.portlet.properties Maven / Gradle / Ivy
The newest version!
include-and-override=portlet-ext.properties
#
# Set this to false to disable access of syncing to user personal sites.
#
sync.allow.user.personal.sites=true
#
# Set the interval in seconds for how often clients will attempt to authenticate
# after a login failure. Depending on the portal's password policy, setting a
# low interval may result in a lockout of the user. The default is 1 minute.
#
sync.client.authentication.retry.interval=60
#
# Set the maximum size for batch files. Setting this to 0 will disable batching
# and every file request will use a new connection. Default is 1024 * 1024 * 10.
#
sync.client.batch.file.max.size=10485760
#
# Set this to true to force security mode on mobile clients. Security mode
# encrypts files and requires a passcode when accessing the application.
#
sync.client.force.security.mode=false
#
# Set the maximum number of simultaneous connections each client is allowed per
# account.
#
sync.client.max.connections=1
#
# Set the maximum transfer rate, in bytes, at which clients can download. A
# value of 0 indicates that there is no limit.
#
sync.client.max.download.rate=0
#
# Set the maximum transfer rate, in bytes, at which clients can upload. A value
# of 0 indicates that there is no limit.
#
sync.client.max.upload.rate=0
#
# Set the minimum required build number for Android mobile clients. This value
# must be greater or equal to the hard coded value of 26.
#
sync.client.min.build.android=26
#
# Set the minimum required build number for desktop clients. This value must be
# greater or equal to the hard coded value of 3200.
#
# Note that the four digit build number corresponds to the version in the
# following manner: build #### corresponds to version #.#.##. For example, build
# 3010 corresponds to version 3.0.10, and build 3104 corresponds to version
# 3.1.4.
#
sync.client.min.build.desktop=3200
#
# Set the minimum required build number for iOS mobile clients. This value must
# be greater or equal to the hard coded value of 7.
#
sync.client.min.build.ios=7
#
# Set the interval in seconds for how often clients will poll the server for
# updates. The default is 5 seconds.
#
sync.client.poll.interval=5
#
# Set the threshold file size to prevent long checksum calculation times for
# large uploaded data. Default is 1024 * 1024 * 100.
#
sync.file.checksum.threshold.size=104857600
#
# Set the interval in hours for deleting expired binary file diff caches. The
# default is 1 day.
#
sync.file.diff.cache.delete.interval=24
#
# Set this to true to cache binary file diffs.
#
sync.file.diff.cache.enabled=true
#
# Set the expiration time in hours for keeping the cache of binary diffs
# between file versions. The default is 14 days.
#
sync.file.diff.cache.expiration.time=336
#
# Set this to true to enable LAN syncing across desktop clients. When enabled,
# desktop clients will attempt to download updates from other desktop clients
# on the same local network before downloading from the server.
#
sync.lan.enabled=true
#
# Input a comma delimited list of extensions to check if folder names are Mac
# packages.
#
sync.mac.package.folder.extensions=key,numbers,pages
#
# Input a comma delimited list of metadata file names to determine if a folder
# is a Mac package.
#
sync.mac.package.metadata.file.names=Index.zip,index.apxl,index.apxl.gz
#
# Set the maximum number of entries to return in each update.
#
sync.pagination.delta=5000
#
# Set this to false to disable access to Sync.
#
sync.services.enabled=true
#
# Set this to true to verify Sync data on startup and fix any integrity
# problems found in the database. Please be aware that verification can be time
# consuming and may make modifications to the Sync tables.
#
sync.verify=false
© 2015 - 2025 Weber Informatics LLC | Privacy Policy