Skip to content

Commit

Permalink
replaced 'async_server' with 'resp_server'
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitparekh17 committed Nov 22, 2024
1 parent 7026bc7 commit 1eb4571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
3 changes: 0 additions & 3 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ const (

defaultConfigTemplate = `# Configuration file for Dicedb
# Version
version = "0.1.0"
# RESP Server Configuration
resp_server.addr = "0.0.0.0"
resp_server.port = 7379
Expand Down
15 changes: 6 additions & 9 deletions dicedb.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Configuration file for Dicedb

# Version
version = "0.1.0"

# Async Server Configuration
async_server.addr = "0.0.0.0"
async_server.port = 7379
async_server.keepalive = 300
async_server.timeout = 300
async_server.max_conn = 0
# RESP Server Configuration
resp_server.addr = "0.0.0.0"
resp_server.port = 7379
resp_server.keepalive = 300
resp_server.timeout = 300
resp_server.max_conn = 0

# HTTP Configuration
http.enabled = false
Expand Down

0 comments on commit 1eb4571

Please sign in to comment.