Skip to content

Commit

Permalink
Trigger develop action on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Aug 21, 2023
1 parent c1e284a commit 78880a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: develop

on:
on: |
pull_request
push
jobs:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ $ daze server ... -p baboon -e https://github.com
$ daze client ... -p baboon
```

It is recommended to deploy a local website locally, such as http://127.0.0.1:81, and then deploy the daze server on 0.0.0.0:80.

### Czar

Protocol czar is an implementation of the Ashe protocol based on TCP multiplexing. Multiplexing involves reusing a single TCP connection for multiple Ashe protocols, which saves time on the TCP three-way handshake. However, this may result in a slight decrease in data transfer rate (approximately 0.19%). In most cases, using Protocol czar provides a better user experience compared to using the Ashe protocol directly.
Expand Down

0 comments on commit 78880a9

Please sign in to comment.