Skip to content

Commit

Permalink
Merge pull request #17 from kozalosev/bugfixes
Browse files Browse the repository at this point in the history
Bugfixes (v0.3.4)
  • Loading branch information
Leonid Kozarin authored Dec 2, 2024
2 parents 19243e1 + 1037897 commit 82656f8
Show file tree
Hide file tree
Showing 14 changed files with 284 additions and 129 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ SEARCH_RADIUS_METERS=1000
REQUESTS_LIMITER_MAX_ALLOWED=10
REQUESTS_LIMITER_TIMEFRAME=60

QUERY_CHECK_MODE=regex


### envars for user-service

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."

- name: Compile and release
uses: rust-build/rust-build.action@v1.4.4
uses: rust-build/rust-build.action@v1.4.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
Loading

0 comments on commit 82656f8

Please sign in to comment.