Skip to content

Commit

Permalink
auto: autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
pibragimov committed Apr 23, 2024
1 parent 0d3f06b commit 511c593
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.11.51
v1.11.52
2 changes: 1 addition & 1 deletion core/presentation/telegram/stats_command_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func (r *Presentation) updateUploadChannelStatsMessage(

elapsed := time.Since(input.tgInput.StartedAt).Minutes()
speed := float64(nonLeafsCount) / elapsed
maxCount := math.Pow(float64(input.maxRecommendation), float64(input.maxDepth))
maxCount := math.Pow(float64(input.maxRecommendation), float64(input.maxDepth-1))

var totalTime float64
if speed == 0 {
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
fun_storage__mongo_db_url: "mongodb://mongodb:27017"
fun_storage__clickhouse_url: "clickhouse:9000"
fun_ds_supplier_url: "http://ds:8000"
image: ghcr.io/teadove/fun-telegram:v1.11.51
image: ghcr.io/teadove/fun-telegram:v1.11.52
volumes:
- ".mtproto:/.mtproto"
- ".env:/.env"
Expand Down

0 comments on commit 511c593

Please sign in to comment.