Skip to content

Commit

Permalink
chores:fixed broken logo, extend console sleep (#127)
Browse files Browse the repository at this point in the history
* chores:fixed broken logo, extend console sleep
  • Loading branch information
wey-gu authored Aug 24, 2022
1 parent 6fd0e66 commit 8ca4cfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://nebula-graph.io/img/nav-nebula-logo.png"/>
<img src="https://nebula-website-cn.oss-cn-hangzhou.aliyuncs.com/nebula-website/images/nebulagraph-logo.png"/>
<br> English | <a href="README_zh-CN.md">中文</a>
<br>A distributed, scalable, lightning-fast graph database<br>
</p>
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://nebula-graph.io/img/nav-nebula-logo.png"/>
<img src="https://nebula-website-cn.oss-cn-hangzhou.aliyuncs.com/nebula-website/images/nebulagraph-logo.png"/>
<br>中文 | <a href="README.md">English</a>
<br>能够容纳千亿个顶点和万亿条边,并提供毫秒级查询延时的图数据库解决方案<br>
</p>
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ services:
- sh
- -c
- |
sleep 3 &&
sleep 45 &&
nebula-console -addr graphd -port 9669 -u root -p nebula -e 'ADD HOSTS "storaged0":9779,"storaged1":9779,"storaged2":9779' &&
sleep 36000
depends_on:
Expand Down

0 comments on commit 8ca4cfc

Please sign in to comment.