Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
211010717
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
211010717
Commits
c3a441ce
Unverified
Commit
c3a441ce
authored
4 years ago
by
ruan
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
optimize: Modify the attribute prefix in the file file.properties (#3689)
parent
c4981491
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
changes/1.5.0.md
+2
-0
2 additions, 0 deletions
changes/1.5.0.md
changes/en-us/1.5.0.md
+2
-0
2 additions, 0 deletions
changes/en-us/1.5.0.md
script/server/config/file.properties
+11
-11
11 additions, 11 deletions
script/server/config/file.properties
with
15 additions
and
11 deletions
changes/1.5.0.md
+
2
−
0
View file @
c3a441ce
...
...
@@ -31,6 +31,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单
-
[
[#3678
](
https://github.com/seata/seata/pull/3678
)
] 补充遗漏的配置及新版本pr登记md文件
-
[
[#3654
](
https://github.com/seata/seata/pull/3654
)
] 修正拼写,applicationContex -> applicationContext
-
[
[#3687
](
https://github.com/seata/seata/pull/3687
)
] 修复某些场景下无法重试全局锁的问题
-
[
[#3689
](
https://github.com/seata/seata/pull/3689
)
] 修正script/server/config/file.properties中属性编写错误
### test:
...
...
@@ -43,6 +44,7 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单
-
[
a364176773
](
https://github.com/a364176773
)
-
[
drgnchan
](
https://github.com/drgnchan
)
-
[
caohdgege
](
https://github.com/caohdgege
)
-
[
ruanun
](
https://github.com/ruanun
)
...
...
This diff is collapsed.
Click to expand it.
changes/en-us/1.5.0.md
+
2
−
0
View file @
c3a441ce
...
...
@@ -32,6 +32,7 @@
-
[
[#3678
](
https://github.com/seata/seata/pull/3678
)
] supplement missing configuration and new version documents
-
[
[#3654
](
https://github.com/seata/seata/pull/3654
)
] fix typo,applicationContex -> applicationContext
-
[
[#3687
](
https://github.com/seata/seata/pull/3687
)
] fix the case that could not retry acquire global lock
-
[
[#3689
](
https://github.com/seata/seata/pull/3689
)
] modify the attribute prefix in the file file.properties
### test:
...
...
@@ -44,6 +45,7 @@
-
[
a364176773
](
https://github.com/a364176773
)
-
[
drgnchan
](
https://github.com/drgnchan
)
-
[
caohdgege
](
https://github.com/caohdgege
)
-
[
ruanun
](
https://github.com/ruanun
)
...
...
This diff is collapsed.
Click to expand it.
script/server/config/file.properties
+
11
−
11
View file @
c3a441ce
...
...
@@ -20,14 +20,14 @@ store.db.lockTable=lock_table
store.db.queryLimit
=
100
store.db.maxWait
=
5000
seata.
store.redis.mode
=
single
seata.
store.redis.single.host
=
127.0.0.1
seata.
store.redis.single.port
=
6379
seata.
store.redis.sentinel.masterName
=
seata.
store.redis.sentinel.sentinelHosts
=
seata.
store.redis.password
=
seata.
store.redis.database
=
0
seata.
store.redis.minConn
=
1
seata.
store.redis.maxConn
=
10
seata.
store.redis.maxTotal
=
100
seata.
store.redis.queryLimit
=
100
store.redis.mode
=
single
store.redis.single.host
=
127.0.0.1
store.redis.single.port
=
6379
store.redis.sentinel.masterName
=
store.redis.sentinel.sentinelHosts
=
store.redis.password
=
store.redis.database
=
0
store.redis.minConn
=
1
store.redis.maxConn
=
10
store.redis.maxTotal
=
100
store.redis.queryLimit
=
100
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment