Skip to content

Commit

Permalink
Increasing debounce period to 15 seconds. (#4581)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishrp-aws committed Jun 14, 2024
1 parent 29c3301 commit b423b6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ object CodeWhispererConstants {
const val CODE_SCAN_CREATE_PAYLOAD_TIMEOUT_IN_SECONDS: Long = 10
const val FILE_SCAN_TIMEOUT_IN_SECONDS: Long = 60 // 60 seconds
const val FILE_SCAN_PAYLOAD_SIZE_LIMIT_IN_BYTES: Long = 1024 * 200 // 200KB
const val AUTO_SCAN_DEBOUNCE_DELAY_IN_SECONDS: Long = 8
const val AUTO_SCAN_DEBOUNCE_DELAY_IN_SECONDS: Long = 15
const val TOTAL_BYTES_IN_KB = 1024
const val TOTAL_BYTES_IN_MB = 1024 * 1024
const val TOTAL_MILLIS_IN_SECOND = 1000
Expand Down

0 comments on commit b423b6d

Please sign in to comment.