Overview
Comment: | added in the wal and shm file times when deciding whether to sync |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.70 |
Files: | files | file ages | folders |
SHA1: |
46be9f0c6fef0b256475f57f12893628 |
User & Date: | mmgraham on 2022-12-24 00:08:11 |
Other Links: | branch diff | manifest | tags |
Context
2022-12-27
| ||
12:20 | Changed version to 1.7011 check-in: 90c94db373 user: mmgraham tags: v1.70, v1.7011 | |
2022-12-24
| ||
00:08 | added in the wal and shm file times when deciding whether to sync check-in: 46be9f0c6f user: mmgraham tags: v1.70 | |
2022-11-20
| ||
16:15 | possible improvement, untested. check-in: 4f0aa04874 user: matt tags: v1.70 | |
Changes
Modified db.scm from [d143149924] to [9dde16de83].
︙ | |||
405 406 407 408 409 410 411 | 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 | - - + - - - - + + + + + + + + + + + + + - + | ;; use-last-update: #t))) ;; (thread-start! th1) ;; (apply proc cache-db params) ;; )))) |
︙ | |||
456 457 458 459 460 461 462 463 464 465 466 467 468 469 | 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 | + | (hash-table-set! sync-durations (conc fname".db") (- (current-milliseconds) start-time))) (debug:print-info 3 *default-log-port* "skipping sync. " file " is up to date") ))) dbfiles) (if dbdat (dbfile:add-dbdat dbstruct #f dbdat))) #t) ;; options: ;; ;; 'killservers - kills all servers ;; 'dejunk - removes junk records ;; 'adj-testids - move test-ids into correct ranges ;; 'old2new - sync megatest.db to /tmp/.../megatest.db and /tmp/.../megatest_ref.db |
︙ |