Skip to content

Commit

Permalink
fix: remove duplicate from config
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Aug 8, 2023
1 parent dbb1150 commit a368d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
uses: actions/checkout@v2

- name: Update
if: startswith(matrix.os, 'ubuntu')
run: |
if [[ $(lsb_release -i) == *'Ubuntu'* ]];
then
sudo apt-get update
fi
sudo apt-get update
- name: Restore build caches
uses: hendrikmuhs/ccache-action@v1.2
Expand Down
5 changes: 0 additions & 5 deletions ostis-web-platform.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ max_strings_channel_size = 100000
max_searchable_string_size = 1000
term_separators = " _"

max_strings_channels = 1000
max_strings_channel_size = 100000
max_searchable_string_size = 1000
term_separators = " _"

[sc-server]
host = 127.0.0.1
port = 8090
Expand Down

0 comments on commit a368d6c

Please sign in to comment.