Skip to content

Commit

Permalink
Merge pull request #12 from madflojo/poolsize-config
Browse files Browse the repository at this point in the history
Adjusting Poolsize config for functions
  • Loading branch information
madflojo authored Jan 4, 2024
2 parents 5ebbe7e + 2583861 commit 2e99061
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions config/tarmac.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@
"name": "airport-lookup",
"functions": {
"init": {
"filepath": "/functions/data/init.wasm"
"filepath": "/functions/data/init.wasm",
"pool_size": 1
},
"load": {
"filepath": "/functions/data/load.wasm"
"filepath": "/functions/data/load.wasm",
"pool_size": 1
},
"fetch": {
"filepath": "/functions/data/fetch.wasm"
"filepath": "/functions/data/fetch.wasm",
"pool_size": 1
},
"handler": {
"filepath": "/functions/handlers/lookup.wasm"
"filepath": "/functions/handlers/lookup.wasm",
"pool_size": 1000
}
},
"routes": [
Expand Down

0 comments on commit 2e99061

Please sign in to comment.