Skip to content

Commit 81d4621

Browse files
add recommended config comment
1 parent ebf510a commit 81d4621

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/resources/reference.conf

+2
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ akka.persistence.r2dbc {
371371
# Ignored for H2
372372
db-timestamp-monotonic-increasing = off
373373

374+
# Enable this to generate timestamps from the Akka client side instead of using database timestamps.
375+
# NTP or similar clock synchronization should be used, but some clock skew between clients is accepted.
374376
# Ignored for H2
375377
use-app-timestamp = off
376378

0 commit comments

Comments
 (0)