feat:(1.3.0-beta1): 默认使用netty通讯

This commit is contained in:
opensnail 2024-12-26 22:35:30 +08:00
parent ad393196dc
commit e1cc61fd47
2 changed files with 21 additions and 21 deletions

40
pom.xml
View File

@ -287,26 +287,26 @@
<id>release</id> <id>release</id>
<build> <build>
<plugins> <plugins>
<!-- <plugin>--> <plugin>
<!-- <groupId>org.apache.maven.plugins</groupId>--> <groupId>org.apache.maven.plugins</groupId>
<!-- <artifactId>maven-gpg-plugin</artifactId>--> <artifactId>maven-gpg-plugin</artifactId>
<!-- <version>1.6</version>--> <version>1.6</version>
<!-- <executions>--> <executions>
<!-- <execution>--> <execution>
<!-- <phase>verify</phase>--> <phase>verify</phase>
<!-- <goals>--> <goals>
<!-- <goal>sign</goal>--> <goal>sign</goal>
<!-- </goals>--> </goals>
<!-- <configuration>--> <configuration>
<!-- &lt;!&ndash; Prevent `gpg` from using pinentry programs &ndash;&gt;--> <!-- Prevent `gpg` from using pinentry programs -->
<!-- <gpgArguments>--> <gpgArguments>
<!-- <arg>&#45;&#45;pinentry-mode</arg>--> <arg>--pinentry-mode</arg>
<!-- <arg>loopback</arg>--> <arg>loopback</arg>
<!-- </gpgArguments>--> </gpgArguments>
<!-- </configuration>--> </configuration>
<!-- </execution>--> </execution>
<!-- </executions>--> </executions>
<!-- </plugin>--> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>

View File

@ -87,4 +87,4 @@ snail-job:
max-count: 288 #回调最大执行次数 max-count: 288 #回调最大执行次数
trigger-interval: 900 #间隔时间 trigger-interval: 900 #间隔时间
retry-max-pull-count: 10 retry-max-pull-count: 10
rpc-type: grpc rpc-type: netty