Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Storage
Commits
8ff3729d
Commit
8ff3729d
authored
Sep 14, 2021
by
neelesh thakur
Browse files
reduce cache time
parent
bc8ab077
Pipeline
#65465
failed with stages
in 48 minutes and 16 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
provider/storage-aws/pom.xml
View file @
8ff3729d
...
...
@@ -58,7 +58,7 @@
<dependency>
<groupId>
org.opengroup.osdu.core.aws
</groupId>
<artifactId>
os-core-lib-aws
</artifactId>
<version>
0.11.0
-SNAPSHOT
</version>
<version>
0.11.0
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
...
...
provider/storage-azure/src/main/java/org/opengroup/osdu/storage/provider/azure/di/RedisConfig.java
View file @
8ff3729d
...
...
@@ -20,7 +20,7 @@ public class RedisConfig {
@Value
(
"${redis.group.ttl:30}"
)
public
int
groupRedisTtl
;
@Value
(
"${redis.cursor.ttl:
60
0}"
)
@Value
(
"${redis.cursor.ttl:
9
0}"
)
public
int
cursorRedisTtl
;
@Bean
...
...
provider/storage-gcp/pom.xml
View file @
8ff3729d
...
...
@@ -41,7 +41,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-gcp
</artifactId>
<version>
0.11.0
-SNAPSHOT
</version>
<version>
0.11.0
</version>
</dependency>
<dependency>
...
...
provider/storage-reference/pom.xml
View file @
8ff3729d
...
...
@@ -90,7 +90,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-gcp
</artifactId>
<version>
0.11.0
-SNAPSHOT
</version>
<version>
0.11.0
</version>
</dependency>
</dependencies>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment