File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
12
hs_err_pid *
13
+ /target /
Original file line number Diff line number Diff line change 37
37
<plugin >
38
38
<artifactId >maven-compiler-plugin</artifactId >
39
39
<configuration >
40
- <source >1.8 </source >
41
- <target >1.8 </target >
40
+ <source >1.7 </source >
41
+ <target >1.7 </target >
42
42
</configuration >
43
43
</plugin >
44
44
</plugins >
45
45
</build >
46
46
47
- </project >
47
+ </project >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ monitor.main.trap.port=162
6
6
#
7
7
# Heartbeat
8
8
#
9
- monitor.heartbeat.polling.rate =120
9
+ monitor.heartbeat.polling.rate =60
10
10
monitor.heartbeat.enabled =true
11
11
#
12
12
# Liebert job properties
You can’t perform that action at this time.
0 commit comments