Revision 2553
Added by Jing Tao about 19 years ago
build.properties | ||
---|---|---|
52 | 52 |
timedreplication=off |
53 | 53 |
|
54 | 54 |
# The time for starting first timed replication if timedreplication is on |
55 |
# The value should be in SHORT format (e.g. 22.00.00) without date
|
|
55 |
# The value should be in SHORT format (e.g. 2:00 AM) without date
|
|
56 | 56 |
# The first timed replication will start at the setting time which is |
57 | 57 |
# shortest to the tomcat start time. |
58 |
# Fox example, if the setting is 22:00 and tomcat was started at 14:00. |
|
59 |
# 8 hours late after starting tomcat(22:00), the first timed replication |
|
60 |
# will be started. |
|
61 |
firsttimedreplication=22.00.00 |
|
58 |
# Fox example, if the setting is 2:00 AM and tomcat was started at 8:00 AM. |
|
59 |
# the first timed replication will start at 2:00 AM in the second day |
|
60 |
# If the setting is 2:00 PM and tomcat was started at 8:00 AM, the first |
|
61 |
# replication will start at 2:00 PM in the same day. |
|
62 |
firsttimedreplication=10:00 PM |
|
62 | 63 |
|
63 | 64 |
# The interval to next timed replication if timedreplication is on |
64 | 65 |
# The value is in mini second and default value is 48 hours |
Also available in: Unified diff
Change the format of replication start time.