Skip to content

Commit

Permalink
fix: format conf file correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker authored Jan 9, 2025
1 parent 53621db commit fbfb9cc
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions testdata/cases/server80/server80.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ namespace ns1 {
default-read-touch-ttl-pct 50

storage-engine memory {
data-size 32G
}
data-size 32G
}

evict-indexes-memory-pct 50

Expand All @@ -79,13 +79,12 @@ namespace ns2 {
sindex-type shmem
default-read-touch-ttl-pct 0
storage-engine device {
device /dummy/mount/point1
evict-used-pct 70
stop-writes-used-pct 70
stop-writes-avail-pct 20
device /dummy/mount/point1
evict-used-pct 70
stop-writes-used-pct 70
stop-writes-avail-pct 20
flush-size 2M

}
}

set s2 {
default-read-touch-ttl-pct 50
Expand All @@ -105,4 +104,4 @@ xdr {
ship-versions-policy interval
}
}
}
}

0 comments on commit fbfb9cc

Please sign in to comment.