Skip to content

Commit dea388c

Browse files
Merge remote-tracking branch 'origin/master'
2 parents e91a88f + ad1c13a commit dea388c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build:
8-
runs-on: self-hosted
8+
runs-on: ubuntu-latest
99

1010
permissions:
1111
contents: read

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,10 @@ The library implements a multi-level caching system to minimize API calls and im
157157
1. **Alpha Vantage Cache**
158158
- Caches additional market data like earnings, sentiment, and financial metrics
159159
- Default 24-hour cache duration
160-
- Stored in `vantageCachePath` directory
161160
- Automatically manages API rate limits
162161

163162
2. **Market Data Cache**
164163
- Caches historical price data for backtesting
165-
- Stored in `dataProviderCachePath` directory
166164
- Persists between runs to avoid re-downloading data
167165
- Automatically refreshed when data becomes stale
168166

@@ -493,4 +491,4 @@ The free Alpha Vantage API has the following limits:
493491
For higher limits, consider upgrading to a paid API key at [Alpha Vantage Premium](https://www.alphavantage.co/premium/).
494492

495493
## License
496-
StockMarketAlgorithm is licensed under the permissive MIT license. Please see [`LICENSE.txt`](https://github.com/Swofty/StockMarketAlgorithm/blob/master/LICENSE.txt) for more information.
494+
StockMarketAlgorithm is licensed under the permissive MIT license. Please see [`LICENSE.txt`](https://github.com/Swofty/StockMarketAlgorithm/blob/master/LICENSE.txt) for more information.

0 commit comments

Comments
 (0)