Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Apr 22, 2024
1 parent bd8516a commit 93e87dc
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/env/src/main/kotlin/vdi/component/env/EnvKey.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,6 @@ object EnvKey {
const val PoolSize = "CACHE_DB_POOL_SIZE"
}

/**
* Environment variables for configuring the Dataset Reinstaller component of VDI.
*/
object DatasetReinstaller {

/**
* Type: Duration
* Required: no
*/
const val RunInterval = "DATASET_REINSTALLER_RUN_INTERVAL"

/**
* Type: Duration
* Required: no
*/
const val WakeInterval = "DATASET_REINSTALLER_WAKE_INTERVAL"
}

/**
* Handler Environment Key Components.
*
Expand Down

0 comments on commit 93e87dc

Please sign in to comment.