Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
appad committed Mar 8, 2024
2 parents b05b93a + a2666c8 commit e12bd84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {Piece} from "./components/piece.tsx";
function App() {
const [count, setCount] = useState(0);
const transport = new GrpcWebFetchTransport({
baseUrl: "http://localhost:8080",
baseUrl: "http://vmpx15.polytech.hs.ozeliurs.com:50052",
format: "binary",

});
Expand Down Expand Up @@ -45,7 +45,7 @@ function App() {
"left": 1
}
],
"threads": 16,
"threads": 4,
"waitTime": 1
}, {});

Expand Down

0 comments on commit e12bd84

Please sign in to comment.