Skip to content

Commit

Permalink
Merge pull request #102 from ostis-ai/release/0.9.0
Browse files Browse the repository at this point in the history
Release 0.9.0-Unlock
  • Loading branch information
NikitaZotov authored Jan 22, 2024
2 parents 470fffd + e067cff commit b953fc1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
web:
image: ostis/sc-web:0.8.0-Fusion
image: ostis/sc-web:0.8.1-Unlock
build:
context: ./sc-web
restart: unless-stopped
Expand All @@ -15,7 +15,7 @@ services:
condition: service_healthy

machine:
image: ostis/sc-machine:0.8.0-Fusion
image: ostis/sc-machine:0.9.0-Unlock
build:
context: ./sc-machine
restart: unless-stopped
Expand Down
3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.9.0-Unlock] - 22.01.2024

### Changes

- Update config by sc-machine config 0.9.0
- Update license year

### Removed
Expand Down
2 changes: 1 addition & 1 deletion ims.ostis.kb
Submodule ims.ostis.kb updated 1 files
+22 −0 docs/changelog.md
13 changes: 8 additions & 5 deletions ostis-web-platform.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
[sc-memory]
max_loaded_segments = 1000
max_threads = 32

limit_max_threads_by_max_physical_cores = true
max_events_and_agents_threads = 32

save_period = 3600
update_period = 1800
dump_memory = false
dump_memory_period = 3600
dump_memory_statistics = false
dump_memory_statistics_period = 1200

repo_path = kb.bin
extensions_path = sc-machine/bin/extensions

log_type = File
log_type = Console
log_file = sc-machine/sc-memory.log
log_level = Info

Expand All @@ -25,7 +28,7 @@ term_separators = " _"
host = 127.0.0.1
port = 8090

sync_actions = 0
parallel_actions = true

log_type = File
log_file = sc-machine/sc-server.log
Expand Down
4 changes: 2 additions & 2 deletions scripts/set_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export CONFIG_PATH="${CONFIG_PATH:-${PLATFORM_PATH}/ostis-web-platform.ini}"
export REPO_PATH="${REPO_PATH:-${PLATFORM_PATH}/repo.path}"

export SC_MACHINE_REPO="${SC_MACHINE_REPO:-https://github.com/ostis-ai/sc-machine.git}"
export SC_MACHINE_BRANCH="${SC_MACHINE_BRANCH:-release/0.9.0}"
export SC_MACHINE_BRANCH="${SC_MACHINE_BRANCH:-0.9.0-Unlock}"
export SC_MACHINE_COMMIT="${SC_MACHINE_COMMIT:-""}"
export SC_MACHINE_PATH="${SC_MACHINE_PATH:-${PLATFORM_PATH}/sc-machine}"

export SC_WEB_REPO="${SC_WEB_REPO:-https://github.com/ostis-ai/sc-web.git}"
export SC_WEB_BRANCH="${SC_WEB_BRANCH:-release/0.8.1}"
export SC_WEB_BRANCH="${SC_WEB_BRANCH:-0.8.1-Unlock}"
export SC_WEB_COMMIT="${SC_WEB_COMMIT:-""}"
export SC_WEB_PATH="${SC_WEB_PATH:-${PLATFORM_PATH}/sc-web}"

Expand Down

0 comments on commit b953fc1

Please sign in to comment.